#666899

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

Shades of Scampi #666899

Tints of Scampi #666899

Color information

#666899 (or 0x666899) is unknown color: approx Scampi. HEX triplet: 66, 68 and 99. RGB value is (102,104,153). Sum of RGB (Red+Green+Blue) = 102+104+153=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #666899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666899 is #999766. Grayscale: #6C6C6C. Windows color (decimal): -10065767 or 10053734. OLE color: 10053734.

HSL color Cylindrical-coordinate representation of color #666899: hue angle of 237.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666899 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB102104153-
CMYK0.330.3200.4
HSL237.65º20%50%-
HSV(B)237.65º33.33%60%-
XYZ16.1815.0332.18-
YUV108.99152.84123.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=28.41%
G=28.97%
B=42.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021041530.330.3200.4237.652050
Hex6668992120028ee1432
Octal14615023141400503562462
Binary110011011010001001100110000110000001010001110111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666899; }

 p { color: rgb(102,104,153); }

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

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

 a { background-color: rgb(102,104,153); }

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

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

 span { border-color: rgb(102,104,153); }

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