#664CC6

Color #664CC6 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #664CC6

Tints of Slate Blue #664CC6

Color information

#664CC6 (or 0x664CC6) is unknown color: approx Slate Blue. HEX triplet: 66, 4C and C6. RGB value is (102,76,198). Sum of RGB (Red+Green+Blue) = 102+76+198=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #664CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CC6 is #99B339. Grayscale: #616161. Windows color (decimal): -10072890 or 12995686. OLE color: 12995686.

HSL color Cylindrical-coordinate representation of color #664CC6: hue angle of 252.79º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664CC6 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10276198-
CMYK0.480.6200.22
HSL252.79º51.69%53.73%-
HSV(B)252.79º61.62%77.65%-
XYZ18.2612.0754.79-
YUV97.68184.61131.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 198 (77.73% from 255) = 52.66%
R=27.13%
G=20.21%
B=52.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102761980.480.6200.22252.7951.6953.73
Hex664CC6303E016fd3436
Octal14611430660760263756466
Binary110011010011001100011011000011111001011011111101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #664CC6;
 }
 .AnyTagClassName
 {
   color: #664CC6;
 }
</style>
background-color css

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

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

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

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

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

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