#664DC9

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

Shades of Slate Blue #664DC9

Tints of Slate Blue #664DC9

Color information

#664DC9 (or 0x664DC9) is unknown color: approx Slate Blue. HEX triplet: 66, 4D and C9. RGB value is (102,77,201). Sum of RGB (Red+Green+Blue) = 102+77+201=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #664DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DC9 is #99B236. Grayscale: #626262. Windows color (decimal): -10072631 or 13192550. OLE color: 13192550.

HSL color Cylindrical-coordinate representation of color #664DC9: hue angle of 252.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664DC9 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10277201-
CMYK0.490.6200.21
HSL252.1º53.45%54.51%-
HSV(B)252.1º61.69%78.82%-
XYZ18.6812.3556.66-
YUV98.61185.78130.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 201 (78.91% from 255) = 52.89%
R=26.84%
G=20.26%
B=52.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102772010.490.6200.21252.153.4554.51
Hex664DC9313E015fc3537
Octal14611531161760253746567
Binary110011010011011100100111000111111001010111111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,77,201); }

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

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

 a { background-color: rgb(102,77,201); }

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

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

 span { border-color: rgb(102,77,201); }

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