#6D8FB6

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

Shades of Danube #6D8FB6

Tints of Danube #6D8FB6

Color information

#6D8FB6 (or 0x6D8FB6) is unknown color: approx Danube. HEX triplet: 6D, 8F and B6. RGB value is (109,143,182). Sum of RGB (Red+Green+Blue) = 109+143+182=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D8FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FB6 is #927049. Grayscale: #898989. Windows color (decimal): -9597002 or 11964269. OLE color: 11964269.

HSL color Cylindrical-coordinate representation of color #6D8FB6: hue angle of 212.05º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D8FB6 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB109143182-
CMYK0.400.2100.29
HSL212.05º33.33%57.06%-
HSV(B)212.05º40.11%71.37%-
XYZ24.5726.2748.03-
YUV137.28153.24107.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.12%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=25.12%
G=32.95%
B=41.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091431820.400.2100.29212.0533.3357.06
Hex6D8FB6281501Dd42139
Octal15521726650250353244171
Binary110110110001111101101101010001010101110111010100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D8FB6; }

 p { color: rgb(109,143,182); }

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

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

 a { background-color: rgb(109,143,182); }

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

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

 span { border-color: rgb(109,143,182); }

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