#806FA6

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

Shades of Deluge #806FA6

Tints of Deluge #806FA6

Color information

#806FA6 (or 0x806FA6) is unknown color: approx Deluge. HEX triplet: 80, 6F and A6. RGB value is (128,111,166). Sum of RGB (Red+Green+Blue) = 128+111+166=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #806FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806FA6 is #7F9059. Grayscale: #7A7A7A. Windows color (decimal): -8360026 or 10907520. OLE color: 10907520.

HSL color Cylindrical-coordinate representation of color #806FA6: hue angle of 258.55º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #806FA6 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB128111166-
CMYK0.230.3300.35
HSL258.55º23.61%54.31%-
HSV(B)258.55º33.13%65.1%-
XYZ21.4718.7138.56-
YUV122.35152.63132.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 166 (65.23% from 255) = 40.99%
R=31.60%
G=27.41%
B=40.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281111660.230.3300.35258.5523.6154.31
Hex806FA617210231031836
Octal20015724627410434033066
Binary1000000011011111010011010111100001010001110000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806FA6; }

 p { color: rgb(128,111,166); }

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

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

 a { background-color: rgb(128,111,166); }

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

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

 span { border-color: rgb(128,111,166); }

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