#664BC6

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

Shades of Slate Blue #664BC6

Tints of Slate Blue #664BC6

Color information

#664BC6 (or 0x664BC6) is unknown color: approx Slate Blue. HEX triplet: 66, 4B and C6. RGB value is (102,75,198). Sum of RGB (Red+Green+Blue) = 102+75+198=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #664BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BC6 is #99B439. Grayscale: #606060. Windows color (decimal): -10073146 or 12995430. OLE color: 12995430.

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

Color convert

RGB10275198-
CMYK0.480.6200.22
HSL253.17º51.9%53.53%-
HSV(B)253.17º62.12%77.65%-
XYZ18.1911.9354.77-
YUV97.1184.95131.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 198 (77.73% from 255) = 52.8%
R=27.2%
G=20%
B=52.8%

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
Decimal102751980.480.6200.22253.1751.953.53
Hex664BC6303E016fd3436
Octal14611330660760263756466
Binary110011010010111100011011000011111001011011111101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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