#666599

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

Shades of Scampi #666599

Tints of Scampi #666599

Color information

#666599 (or 0x666599) is unknown color: approx Scampi. HEX triplet: 66, 65 and 99. RGB value is (102,101,153). Sum of RGB (Red+Green+Blue) = 102+101+153=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #666599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666599 is #999A66. Grayscale: #6B6B6B. Windows color (decimal): -10066535 or 10052966. OLE color: 10052966.

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

Color convert

RGB102101153-
CMYK0.330.3400.4
HSL241.15º20.47%49.8%-
HSV(B)241.15º33.99%60%-
XYZ15.8814.4332.09-
YUV107.23153.83124.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=28.65%
G=28.37%
B=42.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021011530.330.3400.4241.1520.4749.8
Hex6665992122028f11432
Octal14614523141420503612462
Binary110011011001011001100110000110001001010001111000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666599; }

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

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

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

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

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

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

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

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