#6D8BD2

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

Shades of Danube #6D8BD2

Tints of Danube #6D8BD2

Color information

#6D8BD2 (or 0x6D8BD2) is unknown color: approx Danube. HEX triplet: 6D, 8B and D2. RGB value is (109,139,210). Sum of RGB (Red+Green+Blue) = 109+139+210=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #6D8BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BD2 is #92742D. Grayscale: #898989. Windows color (decimal): -9597998 or 13798253. OLE color: 13798253.

HSL color Cylindrical-coordinate representation of color #6D8BD2: hue angle of 222.18º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D8BD2 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109139210-
CMYK0.480.3400.18
HSL222.18º52.88%62.55%-
HSV(B)222.18º48.1%82.35%-
XYZ27.1726.3764.63-
YUV138.12168.56107.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.80%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 210 (82.42% from 255) = 45.85%
R=23.80%
G=30.35%
B=45.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091392100.480.3400.18222.1852.8862.55
Hex6D8BD23022012de353f
Octal15521332260420223366577
Binary1101101100010111101001011000010001001001011011110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,139,210); }

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

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

 a { background-color: rgb(109,139,210); }

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

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

 span { border-color: rgb(109,139,210); }

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