#6C66CE

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

Shades of Slate Blue #6C66CE

Tints of Slate Blue #6C66CE

Color information

#6C66CE (or 0x6C66CE) is unknown color: approx Slate Blue. HEX triplet: 6C, 66 and CE. RGB value is (108,102,206). Sum of RGB (Red+Green+Blue) = 108+102+206=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C66CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C66CE is #939931. Grayscale: #737373. Windows color (decimal): -9673010 or 13526636. OLE color: 13526636.

HSL color Cylindrical-coordinate representation of color #6C66CE: hue angle of 243.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C66CE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108102206-
CMYK0.480.5000.19
HSL243.46º51.49%60.39%-
HSV(B)243.46º50.49%80.78%-
XYZ22.0817.1560.54-
YUV115.65178.99122.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.96%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=25.96%
G=24.52%
B=49.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081022060.480.5000.19243.4651.4960.39
Hex6C66CE3032013f3333c
Octal15414631660620233636374
Binary110110011001101100111011000011001001001111110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C66CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,102,206); }

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

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

 a { background-color: rgb(108,102,206); }

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

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

 span { border-color: rgb(108,102,206); }

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