Shades of Danube #698FCF
Tints of Danube #698FCF
RGB
CMYK
RGB Variations
Color information
#698FCF (or 0x698FCF) is known color: Danube. HEX triplet: 69, 8F and CF. RGB value is (105,143,207). Sum of RGB (Red+Green+Blue) = 105+143+207=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #698FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FCF is #967030. Grayscale: #8A8A8A. Windows color (decimal): -9859121 or 13602665. OLE color: 13602665.
HSL color Cylindrical-coordinate representation of color #698FCF: hue angle of 217.65º degrees, saturation: 0.52, 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 #698FCF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 143 | 207 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.19 |
| HSL | 217.65º | 0.52% | 0.61% | - |
| HSV(B) | 217.65º | 0.49% | 0.81% | - |
| XYZ | 26.91 | 27.15 | 62.85 | - |
| YUV | 138.93 | 166.41 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 207 | 0.49 | 0.31 | 0 | 0.19 | 217.65 | 0.52 | 0.61 |
| Hex | 69 | 8F | CF | 31 | 1F | 0 | 13 | DA | 34 | 3D |
| Octal | 151 | 217 | 317 | 61 | 37 | 0 | 23 | 332 | 64 | 75 |
| Binary | 1101001 | 10001111 | 11001111 | 110001 | 11111 | 0 | 10011 | 11011010 | 110100 | 111101 |
Color Harmonies of #698FCF
Complementary color
Monochromatic Colors of #698FCF
Black with #698FCF
Text Example
Text Example
White with #698FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FCF; }
p { color: rgb(105,143,207); }
H1.HeaderClassName
{
color: #698FCF;
}
.AnyTagClassName
{
color: #698FCF;
}
</style>
background-color css
<style>
a { background-color: #698FCF; }
a { background-color: rgb(105,143,207); }
div.DivClassName
{
background-color: #698FCF;
}
.BgClassName
{
background-color: #698FCF;
}
</style>
border-color css
<style>
span { border-color: #698FCF; }
span { border-color: rgb(105,143,207); }
td.TdClassName
{
border-color: #698FCF;
}
.TagClassName
{
border-color: #698FCF;
}
</style>