Shades of Danube #6D92C4
Tints of Danube #6D92C4
RGB
CMYK
RGB Variations
Color information
#6D92C4 (or 0x6D92C4) is known color: Danube. HEX triplet: 6D, 92 and C4. RGB value is (109,146,196). Sum of RGB (Red+Green+Blue) = 109+146+196=451 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.17% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #6D92C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D92C4 is #926D3B. Grayscale: #8C8C8C. Windows color (decimal): -9596220 or 12882541. OLE color: 12882541.
HSL color Cylindrical-coordinate representation of color #6D92C4: hue angle of 214.48º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D92C4 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 146 | 196 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.23 |
| HSL | 214.48º | 0.42% | 0.6% | - |
| HSV(B) | 214.48º | 0.44% | 0.77% | - |
| XYZ | 26.55 | 27.79 | 56.19 | - |
| YUV | 140.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 196 | 0.44 | 0.26 | 0 | 0.23 | 214.48 | 0.42 | 0.6 |
| Hex | 6D | 92 | C4 | 2C | 1A | 0 | 17 | D6 | 2A | 3C |
| Octal | 155 | 222 | 304 | 54 | 32 | 0 | 27 | 326 | 52 | 74 |
| Binary | 1101101 | 10010010 | 11000100 | 101100 | 11010 | 0 | 10111 | 11010110 | 101010 | 111100 |
Color Harmonies of #6D92C4
Complementary color
Monochromatic Colors of #6D92C4
Black with #6D92C4
Text Example
Text Example
White with #6D92C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D92C4; }
p { color: rgb(109,146,196); }
H1.HeaderClassName
{
color: #6D92C4;
}
.AnyTagClassName
{
color: #6D92C4;
}
</style>
background-color css
<style>
a { background-color: #6D92C4; }
a { background-color: rgb(109,146,196); }
div.DivClassName
{
background-color: #6D92C4;
}
.BgClassName
{
background-color: #6D92C4;
}
</style>
border-color css
<style>
span { border-color: #6D92C4; }
span { border-color: rgb(109,146,196); }
td.TdClassName
{
border-color: #6D92C4;
}
.TagClassName
{
border-color: #6D92C4;
}
</style>