#664ACA

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

Shades of Slate Blue #664ACA

Tints of Slate Blue #664ACA

Color information

#664ACA (or 0x664ACA) is unknown color: approx Slate Blue. HEX triplet: 66, 4A and CA. RGB value is (102,74,202). Sum of RGB (Red+Green+Blue) = 102+74+202=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #664ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ACA is #99B535. Grayscale: #606060. Windows color (decimal): -10073398 or 13257318. OLE color: 13257318.

HSL color Cylindrical-coordinate representation of color #664ACA: hue angle of 253.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664ACA is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10274202-
CMYK0.500.6300.21
HSL253.12º54.7%54.12%-
HSV(B)253.12º63.37%79.22%-
XYZ18.5911.9957.21-
YUV96.96187.28131.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=26.98%
G=19.58%
B=53.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102742020.500.6300.21253.1254.754.12
Hex664ACA323F015fd3736
Octal14611231262770253756766
Binary110011010010101100101011001011111101010111111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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