#664AC3

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

Shades of Slate Blue #664AC3

Tints of Slate Blue #664AC3

Color information

#664AC3 (or 0x664AC3) is unknown color: approx Slate Blue. HEX triplet: 66, 4A and C3. RGB value is (102,74,195). Sum of RGB (Red+Green+Blue) = 102+74+195=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #664AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664AC3 is #99B53C. Grayscale: #5F5F5F. Windows color (decimal): -10073405 or 12798566. OLE color: 12798566.

HSL color Cylindrical-coordinate representation of color #664AC3: hue angle of 253.88º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664AC3 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10274195-
CMYK0.480.6200.24
HSL253.88º50.21%52.75%-
HSV(B)253.88º62.05%76.47%-
XYZ17.7811.6652.94-
YUV96.17183.78132.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 195 (76.56% from 255) = 52.56%
R=27.49%
G=19.95%
B=52.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102741950.480.6200.24253.8850.2152.75
Hex664AC3303E018fe3235
Octal14611230360760303766265
Binary110011010010101100001111000011111001100011111110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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