#664ACC

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

Shades of Slate Blue #664ACC

Tints of Slate Blue #664ACC

Color information

#664ACC (or 0x664ACC) is unknown color: approx Slate Blue. HEX triplet: 66, 4A and CC. RGB value is (102,74,204). Sum of RGB (Red+Green+Blue) = 102+74+204=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #664ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ACC is #99B533. Grayscale: #606060. Windows color (decimal): -10073396 or 13388390. OLE color: 13388390.

HSL color Cylindrical-coordinate representation of color #664ACC: hue angle of 252.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664ACC is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10274204-
CMYK0.50.6400.2
HSL252.92º56.03%54.51%-
HSV(B)252.92º63.73%80%-
XYZ18.8312.0858.47-
YUV97.19188.28131.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 74 (29.30% from 255) = 19.47%
BLUE value IS 204 (80.08% from 255) = 53.68%
R=26.84%
G=19.47%
B=53.68%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102742040.50.6400.2252.9256.0354.51
Hex664ACC3240014fd3837
Octal146112314621000243757067
Binary1100110100101011001100110010100000001010011111101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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