#806688

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

Shades of Mamba #806688

Tints of Mamba #806688

Color information

#806688 (or 0x806688) is unknown color: approx Mamba. HEX triplet: 80, 66 and 88. RGB value is (128,102,136). Sum of RGB (Red+Green+Blue) = 128+102+136=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #806688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806688 is #7F9977. Grayscale: #717171. Windows color (decimal): -8362360 or 8939136. OLE color: 8939136.

HSL color Cylindrical-coordinate representation of color #806688: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806688 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB128102136-
CMYK0.060.2500.47
HSL285.88º14.29%46.67%-
HSV(B)285.88º25%53.33%-
XYZ18.115.8725.4-
YUV113.65140.61138.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.97%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=34.97%
G=27.87%
B=37.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281021360.060.2500.47285.8814.2946.67
Hex80668861902F11ee2f
Octal2001462106310574361657
Binary100000001100110100010001101100101011111000111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806688; }

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

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

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

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

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

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

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

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