Html Css Color HEX #664CCE Slate Blue

📋 copy color: '#664CCE'

red 102 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #664CCE

Tints of Slate Blue #664CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.79%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 26.56%
G = 19.79%
B = 53.65%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#664CCE (or 0x664CCE) is known color: Slate Blue. HEX triplet: 66, 4C and CE. RGB value is (102,76,206). Sum of RGB (Red+Green+Blue) = 102+76+206=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #664CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CCE is #99B331. Grayscale: #626262. Windows color (decimal): -10072882 or 13519974. OLE color: 13519974.

HSL color Cylindrical-coordinate representation of color #664CCE: hue angle of 252º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664CCE is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 76 206 -
CMYK 0.50 0.63 0 0.19
HSL 252º 0.57% 0.55% -
HSV(B) 252º 0.63% 0.81% -
XYZ 19.2 12.45 59.78 -
YUV 98.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 102 76 206 0.50 0.63 0 0.19 252 0.57 0.55
Hex 66 4C CE 32 3F 0 13 FC 39 37
Octal 146 114 316 62 77 0 23 374 71 67
Binary 1100110 1001100 11001110 110010 111111 0 10011 11111100 111001 110111

Color Harmonies of #664CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CCE

Black with #664CCE

Text Example


Text Example

White with #664CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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