#806699

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

Shades of Deluge #806699

Tints of Deluge #806699

Color information

#806699 (or 0x806699) is unknown color: approx Deluge. HEX triplet: 80, 66 and 99. RGB value is (128,102,153). Sum of RGB (Red+Green+Blue) = 128+102+153=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #806699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806699 is #7F9966. Grayscale: #737373. Windows color (decimal): -8362343 or 10053248. OLE color: 10053248.

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

Color convert

RGB128102153-
CMYK0.160.3300.4
HSL270.59º20%50%-
HSV(B)270.59º33.33%60%-
XYZ19.416.3932.28-
YUV115.59149.11136.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=33.42%
G=26.63%
B=39.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281021530.160.3300.4270.592050
Hex806699102102810f1432
Octal20014623120410504172462
Binary1000000011001101001100110000100001010100010000111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806699; }

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

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

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

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

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

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

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

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