#66599B

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

Shades of Scampi #66599B

Tints of Scampi #66599B

Color information

#66599B (or 0x66599B) is unknown color: approx Scampi. HEX triplet: 66, 59 and 9B. RGB value is (102,89,155). Sum of RGB (Red+Green+Blue) = 102+89+155=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #66599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66599B is #99A664. Grayscale: #646464. Windows color (decimal): -10069605 or 10180966. OLE color: 10180966.

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

Color convert

RGB10289155-
CMYK0.340.4300.39
HSL251.82º27.05%47.84%-
HSV(B)251.82º42.58%60.78%-
XYZ14.9712.3432.6-
YUV100.41158.81129.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=29.48%
G=25.72%
B=44.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102891550.340.4300.39251.8227.0547.84
Hex66599B222B027fc1b30
Octal14613123342530473743360
Binary110011010110011001101110001010101101001111111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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