Shades of Danube #6985CE
Tints of Danube #6985CE
RGB
CMYK
RGB Variations
Color information
#6985CE (or 0x6985CE) is known color: Danube. HEX triplet: 69, 85 and CE. RGB value is (105,133,206). Sum of RGB (Red+Green+Blue) = 105+133+206=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #6985CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6985CE is #967A31. Grayscale: #848484. Windows color (decimal): -9861682 or 13534569. OLE color: 13534569.
HSL color Cylindrical-coordinate representation of color #6985CE: hue angle of 223.37º 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 #6985CE is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 133 | 206 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.19 |
| HSL | 223.37º | 0.51% | 0.61% | - |
| HSV(B) | 223.37º | 0.49% | 0.81% | - |
| XYZ | 25.35 | 24.23 | 61.73 | - |
| YUV | 132.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 206 | 0.49 | 0.35 | 0 | 0.19 | 223.37 | 0.51 | 0.61 |
| Hex | 69 | 85 | CE | 31 | 23 | 0 | 13 | DF | 33 | 3D |
| Octal | 151 | 205 | 316 | 61 | 43 | 0 | 23 | 337 | 63 | 75 |
| Binary | 1101001 | 10000101 | 11001110 | 110001 | 100011 | 0 | 10011 | 11011111 | 110011 | 111101 |
Color Harmonies of #6985CE
Complementary color
Monochromatic Colors of #6985CE
Black with #6985CE
Text Example
Text Example
White with #6985CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6985CE; }
p { color: rgb(105,133,206); }
H1.HeaderClassName
{
color: #6985CE;
}
.AnyTagClassName
{
color: #6985CE;
}
</style>
background-color css
<style>
a { background-color: #6985CE; }
a { background-color: rgb(105,133,206); }
div.DivClassName
{
background-color: #6985CE;
}
.BgClassName
{
background-color: #6985CE;
}
</style>
border-color css
<style>
span { border-color: #6985CE; }
span { border-color: rgb(105,133,206); }
td.TdClassName
{
border-color: #6985CE;
}
.TagClassName
{
border-color: #6985CE;
}
</style>