Shades of Danube #6D92BD
Tints of Danube #6D92BD
RGB
CMYK
RGB Variations
Color information
#6D92BD (or 0x6D92BD) is known color: Danube. HEX triplet: 6D, 92 and BD. RGB value is (109,146,189). Sum of RGB (Red+Green+Blue) = 109+146+189=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D92BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D92BD is #926D42. Grayscale: #8B8B8B. Windows color (decimal): -9596227 or 12423789. OLE color: 12423789.
HSL color Cylindrical-coordinate representation of color #6D92BD: hue angle of 212.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D92BD is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 146 | 189 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.26 |
| HSL | 212.25º | 0.38% | 0.58% | - |
| HSV(B) | 212.25º | 0.42% | 0.74% | - |
| XYZ | 25.77 | 27.48 | 52.09 | - |
| YUV | 139.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 189 | 0.42 | 0.23 | 0 | 0.26 | 212.25 | 0.38 | 0.58 |
| Hex | 6D | 92 | BD | 2A | 17 | 0 | 1A | D4 | 26 | 3A |
| Octal | 155 | 222 | 275 | 52 | 27 | 0 | 32 | 324 | 46 | 72 |
| Binary | 1101101 | 10010010 | 10111101 | 101010 | 10111 | 0 | 11010 | 11010100 | 100110 | 111010 |
Color Harmonies of #6D92BD
Complementary color
Monochromatic Colors of #6D92BD
Black with #6D92BD
Text Example
Text Example
White with #6D92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D92BD; }
p { color: rgb(109,146,189); }
H1.HeaderClassName
{
color: #6D92BD;
}
.AnyTagClassName
{
color: #6D92BD;
}
</style>
background-color css
<style>
a { background-color: #6D92BD; }
a { background-color: rgb(109,146,189); }
div.DivClassName
{
background-color: #6D92BD;
}
.BgClassName
{
background-color: #6D92BD;
}
</style>
border-color css
<style>
span { border-color: #6D92BD; }
span { border-color: rgb(109,146,189); }
td.TdClassName
{
border-color: #6D92BD;
}
.TagClassName
{
border-color: #6D92BD;
}
</style>