#6D8DBF

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

Shades of Danube #6D8DBF

Tints of Danube #6D8DBF

Color information

#6D8DBF (or 0x6D8DBF) is unknown color: approx Danube. HEX triplet: 6D, 8D and BF. RGB value is (109,141,191). Sum of RGB (Red+Green+Blue) = 109+141+191=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D8DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8DBF is #927240. Grayscale: #888888. Windows color (decimal): -9597505 or 12553581. OLE color: 12553581.

HSL color Cylindrical-coordinate representation of color #6D8DBF: hue angle of 216.59º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D8DBF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109141191-
CMYK0.430.2600.25
HSL216.59º39.05%58.82%-
HSV(B)216.59º42.93%74.9%-
XYZ25.2426.0652.99-
YUV137.13158.4107.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 191 (75% from 255) = 43.31%
R=24.72%
G=31.97%
B=43.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091411910.430.2600.25216.5939.0558.82
Hex6D8DBF2B1A019d9273b
Octal15521527753320313314773
Binary110110110001101101111111010111101001100111011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,141,191); }

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

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

 a { background-color: rgb(109,141,191); }

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

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

 span { border-color: rgb(109,141,191); }

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