#66579C

Color #66579C Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #66579C

Tints of Scampi #66579C

Color information

#66579C (or 0x66579C) is unknown color: approx Scampi. HEX triplet: 66, 57 and 9C. RGB value is (102,87,156). Sum of RGB (Red+Green+Blue) = 102+87+156=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #66579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66579C is #99A863. Grayscale: #636363. Windows color (decimal): -10070116 or 10245990. OLE color: 10245990.

HSL color Cylindrical-coordinate representation of color #66579C: hue angle of 253.04º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66579C is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10287156-
CMYK0.350.4400.39
HSL253.04º28.4%47.65%-
HSV(B)253.04º44.23%61.18%-
XYZ14.8912.0432.99-
YUV99.35159.97129.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=29.57%
G=25.22%
B=45.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102871560.350.4400.39253.0428.447.65
Hex66579C232C027fd1c30
Octal14612723443540473753460
Binary110011010101111001110010001110110001001111111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66579C; }

 p { color: rgb(102,87,156); }

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

<style>
 a { background-color: #66579C; }

 a { background-color: rgb(102,87,156); }

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

<style>
 span { border-color: #66579C; }

 span { border-color: rgb(102,87,156); }

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