Html Css Color HEX #6C66CE Slate Blue

📋 copy color: '#6C66CE'

red 108 ◦ green 102 ◦ blue 206

#6C66CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6C66CE

Tints of Slate Blue #6C66CE

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 value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C66CE (or 0x6C66CE) is known color: 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

RGB 108 102 206 -
CMYK 0.48 0.50 0 0.19
HSL 243.46º 0.51% 0.6% -
HSV(B) 243.46º 0.5% 0.81% -
XYZ 22.08 17.15 60.54 -
YUV 115.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 108 102 206 0.48 0.50 0 0.19 243.46 0.51 0.6
Hex 6C 66 CE 30 32 0 13 F3 33 3C
Octal 154 146 316 60 62 0 23 363 63 74
Binary 1101100 1100110 11001110 110000 110010 0 10011 11110011 110011 111100

Color Harmonies of #6C66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C66CE

Black with #6C66CE

Text Example


Text Example

White with #6C66CE

Text Example


Text Example

HTML Codes & Css Web 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>