#664AEB

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

Shades of Slate Blue #664AEB

Tints of Slate Blue #664AEB

Color information

#664AEB (or 0x664AEB) is unknown color: approx Slate Blue. HEX triplet: 66, 4A and EB. RGB value is (102,74,235). Sum of RGB (Red+Green+Blue) = 102+74+235=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #664AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664AEB is #99B514. Grayscale: #646464. Windows color (decimal): -10073365 or 15420006. OLE color: 15420006.

HSL color Cylindrical-coordinate representation of color #664AEB: hue angle of 250.43º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664AEB is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10274235-
CMYK0.570.6900.08
HSL250.43º80.1%60.59%-
HSV(B)250.43º68.51%92.16%-
XYZ22.9213.7280.04-
YUV100.73203.78128.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 235 (92.19% from 255) = 57.18%
R=24.82%
G=18.00%
B=57.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102742350.570.6900.08250.4380.160.59
Hex664AEB394508fa503d
Octal1461123537110501037212075
Binary1100110100101011101011111001100010101000111110101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,74,235); }

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

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

 a { background-color: rgb(102,74,235); }

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

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

 span { border-color: rgb(102,74,235); }

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