#66599A

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

Shades of Scampi #66599A

Tints of Scampi #66599A

Color information

#66599A (or 0x66599A) is unknown color: approx Scampi. HEX triplet: 66, 59 and 9A. RGB value is (102,89,154). Sum of RGB (Red+Green+Blue) = 102+89+154=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #66599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66599A is #99A665. Grayscale: #646464. Windows color (decimal): -10069606 or 10115430. OLE color: 10115430.

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

Color convert

RGB10289154-
CMYK0.340.4200.40
HSL252º26.75%47.65%-
HSV(B)252º42.21%60.39%-
XYZ14.8812.332.16-
YUV100.3158.31129.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=29.57%
G=25.80%
B=44.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102891540.340.4200.4025226.7547.65
Hex66599A222A028fc1b30
Octal14613123242520503743360
Binary110011010110011001101010001010101001010001111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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