#66599F

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

Shades of Scampi #66599F

Tints of Scampi #66599F

Color information

#66599F (or 0x66599F) is unknown color: approx Scampi. HEX triplet: 66, 59 and 9F. RGB value is (102,89,159). Sum of RGB (Red+Green+Blue) = 102+89+159=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #66599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66599F is #99A660. Grayscale: #646464. Windows color (decimal): -10069601 or 10443110. OLE color: 10443110.

HSL color Cylindrical-coordinate representation of color #66599F: hue angle of 251.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66599F is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10289159-
CMYK0.360.4400.38
HSL251.14º28.23%48.63%-
HSV(B)251.14º44.03%62.35%-
XYZ15.3112.4734.4-
YUV100.87160.81128.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=29.14%
G=25.43%
B=45.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102891590.360.4400.38251.1428.2348.63
Hex66599F242C026fb1c31
Octal14613123744540463733461
Binary110011010110011001111110010010110001001101111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66599F; }

 p { color: rgb(102,89,159); }

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

<style>
 a { background-color: #66599F; }

 a { background-color: rgb(102,89,159); }

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

<style>
 span { border-color: #66599F; }

 span { border-color: rgb(102,89,159); }

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