Html Css Color HEX #666CCD Slate Blue

📋 copy color: '#666CCD'

red 102 ◦ green 108 ◦ blue 205

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

Shades of Slate Blue #666CCD

Tints of Slate Blue #666CCD

RGB

 RED value IS 102 (40.23% from 255) = 24.58%

 GREEN value IS 108 (42.58% from 255) = 26.02%

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 24.58%
G = 26.02%
B = 49.4%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#666CCD (or 0x666CCD) is known color: Slate Blue. HEX triplet: 66, 6C and CD. RGB value is (102,108,205). Sum of RGB (Red+Green+Blue) = 102+108+205=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #666CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CCD is #999332. Grayscale: #747474. Windows color (decimal): -10064691 or 13462630. OLE color: 13462630.

HSL color Cylindrical-coordinate representation of color #666CCD: hue angle of 236.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666CCD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 108 205 -
CMYK 0.50 0.47 0 0.20
HSL 236.5º 0.51% 0.6% -
HSV(B) 236.5º 0.5% 0.8% -
XYZ 21.86 17.96 60.07 -
YUV 117.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 102 108 205 0.50 0.47 0 0.20 236.5 0.51 0.6
Hex 66 6C CD 32 2F 0 14 ED 33 3C
Octal 146 154 315 62 57 0 24 355 63 74
Binary 1100110 1101100 11001101 110010 101111 0 10100 11101101 110011 111100

Color Harmonies of #666CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CCD

Black with #666CCD

Text Example


Text Example

White with #666CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666CCD; }

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

 H1.HeaderClassName
 {
   color: #666CCD;
 }
 .AnyTagClassName
 {
   color: #666CCD;
 }
</style>

background-color css

<style>
 a { background-color: #666CCD; }

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

 div.DivClassName
 {
   background-color: #666CCD;
 }
 .BgClassName
 {
   background-color: #666CCD;
 }
</style>

border-color css

<style>
 span { border-color: #666CCD; }

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

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