#66579A

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

Shades of Scampi #66579A

Tints of Scampi #66579A

Color information

#66579A (or 0x66579A) is unknown color: approx Scampi. HEX triplet: 66, 57 and 9A. RGB value is (102,87,154). Sum of RGB (Red+Green+Blue) = 102+87+154=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #66579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66579A is #99A865. Grayscale: #626262. Windows color (decimal): -10070118 or 10114918. OLE color: 10114918.

HSL color Cylindrical-coordinate representation of color #66579A: hue angle of 253.43º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66579A is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10287154-
CMYK0.340.4400.40
HSL253.43º27.8%47.25%-
HSV(B)253.43º43.51%60.39%-
XYZ14.7211.9732.11-
YUV99.12158.97130.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=29.74%
G=25.36%
B=44.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102871540.340.4400.40253.4327.847.25
Hex66579A222C028fd1c2f
Octal14612723242540503753457
Binary110011010101111001101010001010110001010001111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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