Shades of Danube #6994CE
Tints of Danube #6994CE
RGB
CMYK
RGB Variations
Color information
#6994CE (or 0x6994CE) is known color: Danube. HEX triplet: 69, 94 and CE. RGB value is (105,148,206). Sum of RGB (Red+Green+Blue) = 105+148+206=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #6994CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6994CE is #966B31. Grayscale: #8D8D8D. Windows color (decimal): -9857842 or 13538409. OLE color: 13538409.
HSL color Cylindrical-coordinate representation of color #6994CE: hue angle of 214.46º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6994CE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 148 | 206 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.19 |
| HSL | 214.46º | 0.51% | 0.61% | - |
| HSV(B) | 214.46º | 0.49% | 0.81% | - |
| XYZ | 27.56 | 28.64 | 62.47 | - |
| YUV | 141.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 206 | 0.49 | 0.28 | 0 | 0.19 | 214.46 | 0.51 | 0.61 |
| Hex | 69 | 94 | CE | 31 | 1C | 0 | 13 | D6 | 33 | 3D |
| Octal | 151 | 224 | 316 | 61 | 34 | 0 | 23 | 326 | 63 | 75 |
| Binary | 1101001 | 10010100 | 11001110 | 110001 | 11100 | 0 | 10011 | 11010110 | 110011 | 111101 |
Color Harmonies of #6994CE
Complementary color
Monochromatic Colors of #6994CE
Black with #6994CE
Text Example
Text Example
White with #6994CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6994CE; }
p { color: rgb(105,148,206); }
H1.HeaderClassName
{
color: #6994CE;
}
.AnyTagClassName
{
color: #6994CE;
}
</style>
background-color css
<style>
a { background-color: #6994CE; }
a { background-color: rgb(105,148,206); }
div.DivClassName
{
background-color: #6994CE;
}
.BgClassName
{
background-color: #6994CE;
}
</style>
border-color css
<style>
span { border-color: #6994CE; }
span { border-color: rgb(105,148,206); }
td.TdClassName
{
border-color: #6994CE;
}
.TagClassName
{
border-color: #6994CE;
}
</style>