#666297

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

Shades of Scampi #666297

Tints of Scampi #666297

Color information

#666297 (or 0x666297) is unknown color: approx Scampi. HEX triplet: 66, 62 and 97. RGB value is (102,98,151). Sum of RGB (Red+Green+Blue) = 102+98+151=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #666297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666297 is #999D68. Grayscale: #696969. Windows color (decimal): -10067305 or 9921126. OLE color: 9921126.

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

Color convert

RGB10298151-
CMYK0.320.3500.41
HSL244.53º21.29%48.82%-
HSV(B)244.53º35.1%59.22%-
XYZ15.4313.7931.13-
YUV105.24153.83125.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 151 (59.38% from 255) = 43.02%
R=29.06%
G=27.92%
B=43.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102981510.320.3500.41244.5321.2948.82
Hex6662972023029f51531
Octal14614222740430513652561
Binary110011011000101001011110000010001101010011111010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666297; }

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

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

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

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

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

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

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

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