Shades of Danube #6985D2
Tints of Danube #6985D2
RGB
CMYK
RGB Variations
Color information
#6985D2 (or 0x6985D2) is known color: Danube. HEX triplet: 69, 85 and D2. RGB value is (105,133,210). Sum of RGB (Red+Green+Blue) = 105+133+210=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #6985D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6985D2 is #967A2D. Grayscale: #858585. Windows color (decimal): -9861678 or 13796713. OLE color: 13796713.
HSL color Cylindrical-coordinate representation of color #6985D2: hue angle of 224º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6985D2 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 133 | 210 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.18 |
| HSL | 224º | 0.54% | 0.62% | - |
| HSV(B) | 224º | 0.5% | 0.82% | - |
| XYZ | 25.85 | 24.43 | 64.33 | - |
| YUV | 133.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 210 | 0.50 | 0.37 | 0 | 0.18 | 224 | 0.54 | 0.62 |
| Hex | 69 | 85 | D2 | 32 | 25 | 0 | 12 | E0 | 36 | 3E |
| Octal | 151 | 205 | 322 | 62 | 45 | 0 | 22 | 340 | 66 | 76 |
| Binary | 1101001 | 10000101 | 11010010 | 110010 | 100101 | 0 | 10010 | 11100000 | 110110 | 111110 |
Color Harmonies of #6985D2
Complementary color
Monochromatic Colors of #6985D2
Black with #6985D2
Text Example
Text Example
White with #6985D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6985D2; }
p { color: rgb(105,133,210); }
H1.HeaderClassName
{
color: #6985D2;
}
.AnyTagClassName
{
color: #6985D2;
}
</style>
background-color css
<style>
a { background-color: #6985D2; }
a { background-color: rgb(105,133,210); }
div.DivClassName
{
background-color: #6985D2;
}
.BgClassName
{
background-color: #6985D2;
}
</style>
border-color css
<style>
span { border-color: #6985D2; }
span { border-color: rgb(105,133,210); }
td.TdClassName
{
border-color: #6985D2;
}
.TagClassName
{
border-color: #6985D2;
}
</style>