#6C4DCB

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

Shades of Slate Blue #6C4DCB

Tints of Slate Blue #6C4DCB

Color information

#6C4DCB (or 0x6C4DCB) is unknown color: approx Slate Blue. HEX triplet: 6C, 4D and CB. RGB value is (108,77,203). Sum of RGB (Red+Green+Blue) = 108+77+203=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C4DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DCB is #93B234. Grayscale: #646464. Windows color (decimal): -9679413 or 13323628. OLE color: 13323628.

HSL color Cylindrical-coordinate representation of color #6C4DCB: hue angle of 254.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C4DCB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10877203-
CMYK0.470.6200.20
HSL254.76º54.78%54.9%-
HSV(B)254.76º62.07%79.61%-
XYZ19.6212.8157.94-
YUV100.63185.77133.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 203 (79.69% from 255) = 52.32%
R=27.84%
G=19.85%
B=52.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal108772030.470.6200.20254.7654.7854.9
Hex6C4DCB2F3E014ff3737
Octal15411531357760243776767
Binary110110010011011100101110111111111001010011111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,77,203); }

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

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

 a { background-color: rgb(108,77,203); }

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

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

 span { border-color: rgb(108,77,203); }

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