#664ED0

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

Shades of Slate Blue #664ED0

Tints of Slate Blue #664ED0

Color information

#664ED0 (or 0x664ED0) is unknown color: approx Slate Blue. HEX triplet: 66, 4E and D0. RGB value is (102,78,208). Sum of RGB (Red+Green+Blue) = 102+78+208=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #664ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664ED0 is #99B12F. Grayscale: #636363. Windows color (decimal): -10072368 or 13651558. OLE color: 13651558.

HSL color Cylindrical-coordinate representation of color #664ED0: hue angle of 251.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664ED0 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10278208-
CMYK0.510.6200.18
HSL251.08º58.04%56.08%-
HSV(B)251.08º62.5%81.57%-
XYZ19.5912.8361.12-
YUV100188.95129.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 208 (81.64% from 255) = 53.61%
R=26.29%
G=20.10%
B=53.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102782080.510.6200.18251.0858.0456.08
Hex664ED0333E012fb3a38
Octal14611632063760223737270
Binary110011010011101101000011001111111001001011111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,78,208); }

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

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

 a { background-color: rgb(102,78,208); }

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

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

 span { border-color: rgb(102,78,208); }

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