#664ce5

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

Shades of Slate Blue #664CE5

Tints of Slate Blue #664CE5

Color information

#664CE5 (or 0x664CE5) is unknown color: approx Slate Blue. HEX triplet: 66, 4C and E5. RGB value is (102,76,229). Sum of RGB (Red+Green+Blue) = 102+76+229=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #664CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CE5 is #99B31A. Grayscale: #646464. Windows color (decimal): -10072859 or 15027302. OLE color: 15027302.

HSL color Cylindrical-coordinate representation of color #664CE5: hue angle of 250.2º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #664CE5 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10276229-
CMYK0.550.6700.10
HSL250.2º74.63%59.8%-
HSV(B)250.2º66.81%89.8%-
XYZ22.2113.6575.59-
YUV101.22200.11128.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 229 (89.84% from 255) = 56.27%
R=25.06%
G=18.67%
B=56.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal102762290.550.6700.10250.274.6359.8
Hex664CE537430Afa4b3c
Octal1461143456710301237211374
Binary1100110100110011100101110111100001101010111110101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664ce5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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