#6C4CCC

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

Shades of Slate Blue #6C4CCC

Tints of Slate Blue #6C4CCC

Color information

#6C4CCC (or 0x6C4CCC) is unknown color: approx Slate Blue. HEX triplet: 6C, 4C and CC. RGB value is (108,76,204). Sum of RGB (Red+Green+Blue) = 108+76+204=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C4CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4CCC is #93B333. Grayscale: #636363. Windows color (decimal): -9679668 or 13388908. OLE color: 13388908.

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

Color convert

RGB10876204-
CMYK0.470.6300.2
HSL255º55.65%54.9%-
HSV(B)255º62.75%80%-
XYZ19.6712.7258.54-
YUV100.16186.6133.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=27.84%
G=19.59%
B=52.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal108762040.470.6300.225555.6554.9
Hex6C4CCC2F3F014ff3837
Octal15411431457770243777067
Binary110110010011001100110010111111111101010011111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,76,204); }

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

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

 a { background-color: rgb(108,76,204); }

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

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

 span { border-color: rgb(108,76,204); }

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