#666499

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

Shades of Scampi #666499

Tints of Scampi #666499

Color information

#666499 (or 0x666499) is unknown color: approx Scampi. HEX triplet: 66, 64 and 99. RGB value is (102,100,153). Sum of RGB (Red+Green+Blue) = 102+100+153=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #666499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666499 is #999B66. Grayscale: #6A6A6A. Windows color (decimal): -10066791 or 10052710. OLE color: 10052710.

HSL color Cylindrical-coordinate representation of color #666499: hue angle of 242.26º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666499 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB102100153-
CMYK0.330.3500.4
HSL242.26º20.95%49.61%-
HSV(B)242.26º34.64%60%-
XYZ15.7914.2432.05-
YUV106.64154.16124.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=28.73%
G=28.17%
B=43.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021001530.330.3500.4242.2620.9549.61
Hex6664992123028f21532
Octal14614423141430503622562
Binary110011011001001001100110000110001101010001111001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666499; }

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

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

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

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

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

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

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

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