#66669F

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

Shades of Scampi #66669F

Tints of Scampi #66669F

Color information

#66669F (or 0x66669F) is unknown color: approx Scampi. HEX triplet: 66, 66 and 9F. RGB value is (102,102,159). Sum of RGB (Red+Green+Blue) = 102+102+159=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #66669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66669F is #999960. Grayscale: #6C6C6C. Windows color (decimal): -10066273 or 10446438. OLE color: 10446438.

HSL color Cylindrical-coordinate representation of color #66669F: hue angle of 240º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66669F is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102102159-
CMYK0.360.3600.38
HSL240º22.89%51.18%-
HSV(B)240º35.85%62.35%-
XYZ16.4914.8334.79-
YUV108.5156.5123.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=28.10%
G=28.10%
B=43.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021021590.360.3600.3824022.8951.18
Hex66669F2424026f01733
Octal14614623744440463602763
Binary110011011001101001111110010010010001001101111000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66669F; }

 p { color: rgb(102,102,159); }

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

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

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

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

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

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

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