#666A99

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

Shades of Scampi #666A99

Tints of Scampi #666A99

Color information

#666A99 (or 0x666A99) is unknown color: approx Scampi. HEX triplet: 66, 6A and 99. RGB value is (102,106,153). Sum of RGB (Red+Green+Blue) = 102+106+153=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #666A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A99 is #999566. Grayscale: #6D6D6D. Windows color (decimal): -10065255 or 10054246. OLE color: 10054246.

HSL color Cylindrical-coordinate representation of color #666A99: hue angle of 235.29º 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 #666A99 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB102106153-
CMYK0.330.3100.4
HSL235.29º20%50%-
HSV(B)235.29º33.33%60%-
XYZ16.3815.4332.25-
YUV110.16152.17122.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=28.25%
G=29.36%
B=42.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021061530.330.3100.4235.292050
Hex666A99211F028eb1432
Octal14615223141370503532462
Binary11001101101010100110011000011111101010001110101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666A99; }

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

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

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

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

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

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

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

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