#664EC5

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

Shades of Slate Blue #664EC5

Tints of Slate Blue #664EC5

Color information

#664EC5 (or 0x664EC5) is unknown color: approx Slate Blue. HEX triplet: 66, 4E and C5. RGB value is (102,78,197). Sum of RGB (Red+Green+Blue) = 102+78+197=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #664EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EC5 is #99B13A. Grayscale: #626262. Windows color (decimal): -10072379 or 12930662. OLE color: 12930662.

HSL color Cylindrical-coordinate representation of color #664EC5: hue angle of 252.1º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664EC5 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10278197-
CMYK0.480.6000.23
HSL252.1º50.64%53.92%-
HSV(B)252.1º60.41%77.25%-
XYZ18.2812.354.23-
YUV98.74183.45130.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 197 (77.34% from 255) = 52.25%
R=27.06%
G=20.69%
B=52.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102781970.480.6000.23252.150.6453.92
Hex664EC5303C017fc3336
Octal14611630560740273746366
Binary110011010011101100010111000011110001011111111100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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