Html Css Color HEX #664ECC Slate Blue

📋 copy color: '#664ECC'

red 102 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #664ECC

Tints of Slate Blue #664ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.31%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 26.56%
G = 20.31%
B = 53.13%

CMYK

 C value IS 0.5

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#664ECC (or 0x664ECC) is known color: Slate Blue. HEX triplet: 66, 4E and CC. RGB value is (102,78,204). Sum of RGB (Red+Green+Blue) = 102+78+204=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #664ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664ECC is #99B133. Grayscale: #636363. Windows color (decimal): -10072372 or 13389414. OLE color: 13389414.

HSL color Cylindrical-coordinate representation of color #664ECC: hue angle of 251.43º 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 #664ECC is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 78 204 -
CMYK 0.5 0.62 0 0.2
HSL 251.43º 0.55% 0.55% -
HSV(B) 251.43º 0.62% 0.8% -
XYZ 19.1 12.63 58.56 -
YUV 99.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 102 78 204 0.5 0.62 0 0.2 251.43 0.55 0.55
Hex 66 4E CC 32 3E 0 14 FB 37 37
Octal 146 116 314 62 76 0 24 373 67 67
Binary 1100110 1001110 11001100 110010 111110 0 10100 11111011 110111 110111

Color Harmonies of #664ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ECC

Black with #664ECC

Text Example


Text Example

White with #664ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664ECC; }

 p { color: rgb(102,78,204); }

 H1.HeaderClassName
 {
   color: #664ECC;
 }
 .AnyTagClassName
 {
   color: #664ECC;
 }
</style>

background-color css

<style>
 a { background-color: #664ECC; }

 a { background-color: rgb(102,78,204); }

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

border-color css

<style>
 span { border-color: #664ECC; }

 span { border-color: rgb(102,78,204); }

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