#666697

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

Shades of Scampi #666697

Tints of Scampi #666697

Color information

#666697 (or 0x666697) is unknown color: approx Scampi. HEX triplet: 66, 66 and 97. RGB value is (102,102,151). Sum of RGB (Red+Green+Blue) = 102+102+151=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #666697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666697 is #999968. Grayscale: #6B6B6B. Windows color (decimal): -10066281 or 9922150. OLE color: 9922150.

HSL color Cylindrical-coordinate representation of color #666697: hue angle of 240º 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 #666697 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB102102151-
CMYK0.320.3200.41
HSL240º19.37%49.61%-
HSV(B)240º32.45%59.22%-
XYZ15.8214.5631.26-
YUV107.59152.5124.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 151 (59.38% from 255) = 42.54%
R=28.73%
G=28.73%
B=42.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021021510.320.3200.4124019.3749.61
Hex6666972020029f01332
Octal14614622740400513602362
Binary110011011001101001011110000010000001010011111000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666697; }

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

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

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

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

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

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

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

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