#66559C

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

Shades of Scampi #66559C

Tints of Scampi #66559C

Color information

#66559C (or 0x66559C) is unknown color: approx Scampi. HEX triplet: 66, 55 and 9C. RGB value is (102,85,156). Sum of RGB (Red+Green+Blue) = 102+85+156=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #66559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66559C is #99AA63. Grayscale: #616161. Windows color (decimal): -10070628 or 10245478. OLE color: 10245478.

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

Color convert

RGB10285156-
CMYK0.350.4600.39
HSL254.37º29.46%47.25%-
HSV(B)254.37º45.51%61.18%-
XYZ14.7311.7232.94-
YUV98.18160.63130.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=29.74%
G=24.78%
B=45.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102851560.350.4600.39254.3729.4647.25
Hex66559C232E027fe1d2f
Octal14612523443560473763557
Binary110011010101011001110010001110111001001111111111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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