#6C53E4

Color #6C53E4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6C53E4

Tints of Slate Blue #6C53E4

Color information

#6C53E4 (or 0x6C53E4) is unknown color: approx Slate Blue. HEX triplet: 6C, 53 and E4. RGB value is (108,83,228). Sum of RGB (Red+Green+Blue) = 108+83+228=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #6C53E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C53E4 is #93AC1B. Grayscale: #6A6A6A. Windows color (decimal): -9677852 or 14963564. OLE color: 14963564.

HSL color Cylindrical-coordinate representation of color #6C53E4: hue angle of 250.34º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C53E4 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10883228-
CMYK0.530.6400.11
HSL250.34º72.86%60.98%-
HSV(B)250.34º63.6%89.41%-
XYZ23.2814.9875.06-
YUV107.01196.28128.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 25.78%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 228 (89.45% from 255) = 54.42%
R=25.78%
G=19.81%
B=54.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal108832280.530.6400.11250.3472.8660.98
Hex6C53E435400Bfa493d
Octal1541233446510001337211175
Binary1101100101001111100100110101100000001011111110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C53E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C53E4; }

 p { color: rgb(108,83,228); }

 H1.HeaderClassName
 {
   color: #6C53E4;
 }
 .AnyTagClassName
 {
   color: #6C53E4;
 }
</style>
background-color css

<style>
 a { background-color: #6C53E4; }

 a { background-color: rgb(108,83,228); }

 div.DivClassName
 {
   background-color: #6C53E4;
 }
 .BgClassName
 {
   background-color: #6C53E4;
 }
</style>
border-color css

<style>
 span { border-color: #6C53E4; }

 span { border-color: rgb(108,83,228); }

 td.TdClassName
 {
   border-color: #6C53E4;
 }
 .TagClassName
 {
   border-color: #6C53E4;
 }
</style>