#666897

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

Shades of Scampi #666897

Tints of Scampi #666897

Color information

#666897 (or 0x666897) is unknown color: approx Scampi. HEX triplet: 66, 68 and 97. RGB value is (102,104,151). Sum of RGB (Red+Green+Blue) = 102+104+151=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #666897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666897 is #999768. Grayscale: #6C6C6C. Windows color (decimal): -10065769 or 9922662. OLE color: 9922662.

HSL color Cylindrical-coordinate representation of color #666897: hue angle of 237.55º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #666897 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB102104151-
CMYK0.320.3100.41
HSL237.55º19.37%49.61%-
HSV(B)237.55º32.45%59.22%-
XYZ16.0214.9631.32-
YUV108.76151.84123.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=28.57%
G=29.13%
B=42.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021041510.320.3100.41237.5519.3749.61
Hex666897201F029ee1332
Octal14615022740370513562362
Binary11001101101000100101111000001111101010011110111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666897; }

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

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

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

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

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

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

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

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