Html Css Color HEX #664CCC Slate Blue

📋 copy color: '#664CCC'

red 102 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #664CCC

Tints of Slate Blue #664CCC

RGB

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

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

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

R = 26.7%
G = 19.9%
B = 53.4%

CMYK

 C value IS 0.5

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#664CCC (or 0x664CCC) is known color: Slate Blue. HEX triplet: 66, 4C and CC. RGB value is (102,76,204). Sum of RGB (Red+Green+Blue) = 102+76+204=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #664CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CCC is #99B333. Grayscale: #616161. Windows color (decimal): -10072884 or 13388902. OLE color: 13388902.

HSL color Cylindrical-coordinate representation of color #664CCC: hue angle of 252.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664CCC is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 76 204 -
CMYK 0.5 0.63 0 0.2
HSL 252.19º 0.56% 0.55% -
HSV(B) 252.19º 0.63% 0.8% -
XYZ 18.96 12.35 58.51 -
YUV 98.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 102 76 204 0.5 0.63 0 0.2 252.19 0.56 0.55
Hex 66 4C CC 32 3F 0 14 FC 38 37
Octal 146 114 314 62 77 0 24 374 70 67
Binary 1100110 1001100 11001100 110010 111111 0 10100 11111100 111000 110111

Color Harmonies of #664CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CCC

Black with #664CCC

Text Example


Text Example

White with #664CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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