Shades of Danube #6892D3
Tints of Danube #6892D3
RGB
CMYK
RGB Variations
Color information
#6892D3 (or 0x6892D3) is known color: Danube. HEX triplet: 68, 92 and D3. RGB value is (104,146,211). Sum of RGB (Red+Green+Blue) = 104+146+211=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #6892D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892D3 is #976D2C. Grayscale: #8C8C8C. Windows color (decimal): -9923885 or 13865576. OLE color: 13865576.
HSL color Cylindrical-coordinate representation of color #6892D3: hue angle of 216.45º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6892D3 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 146 | 211 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.17 |
| HSL | 216.45º | 0.55% | 0.62% | - |
| HSV(B) | 216.45º | 0.51% | 0.83% | - |
| XYZ | 27.75 | 28.2 | 65.61 | - |
| YUV | 140.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 211 | 0.51 | 0.31 | 0 | 0.17 | 216.45 | 0.55 | 0.62 |
| Hex | 68 | 92 | D3 | 33 | 1F | 0 | 11 | D8 | 37 | 3E |
| Octal | 150 | 222 | 323 | 63 | 37 | 0 | 21 | 330 | 67 | 76 |
| Binary | 1101000 | 10010010 | 11010011 | 110011 | 11111 | 0 | 10001 | 11011000 | 110111 | 111110 |
Color Harmonies of #6892D3
Complementary color
Monochromatic Colors of #6892D3
Black with #6892D3
Text Example
Text Example
White with #6892D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892D3; }
p { color: rgb(104,146,211); }
H1.HeaderClassName
{
color: #6892D3;
}
.AnyTagClassName
{
color: #6892D3;
}
</style>
background-color css
<style>
a { background-color: #6892D3; }
a { background-color: rgb(104,146,211); }
div.DivClassName
{
background-color: #6892D3;
}
.BgClassName
{
background-color: #6892D3;
}
</style>
border-color css
<style>
span { border-color: #6892D3; }
span { border-color: rgb(104,146,211); }
td.TdClassName
{
border-color: #6892D3;
}
.TagClassName
{
border-color: #6892D3;
}
</style>