Shades of Danube #698CCC
Tints of Danube #698CCC
RGB
CMYK
RGB Variations
Color information
#698CCC (or 0x698CCC) is known color: Danube. HEX triplet: 69, 8C and CC. RGB value is (105,140,204). Sum of RGB (Red+Green+Blue) = 105+140+204=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #698CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CCC is #967333. Grayscale: #888888. Windows color (decimal): -9859892 or 13405289. OLE color: 13405289.
HSL color Cylindrical-coordinate representation of color #698CCC: hue angle of 218.79º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698CCC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 140 | 204 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.2 |
| HSL | 218.79º | 0.49% | 0.61% | - |
| HSV(B) | 218.79º | 0.49% | 0.8% | - |
| XYZ | 26.1 | 26.12 | 60.79 | - |
| YUV | 136.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 204 | 0.49 | 0.31 | 0 | 0.2 | 218.79 | 0.49 | 0.61 |
| Hex | 69 | 8C | CC | 31 | 1F | 0 | 14 | DB | 31 | 3D |
| Octal | 151 | 214 | 314 | 61 | 37 | 0 | 24 | 333 | 61 | 75 |
| Binary | 1101001 | 10001100 | 11001100 | 110001 | 11111 | 0 | 10100 | 11011011 | 110001 | 111101 |
Color Harmonies of #698CCC
Complementary color
Monochromatic Colors of #698CCC
Black with #698CCC
Text Example
Text Example
White with #698CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CCC; }
p { color: rgb(105,140,204); }
H1.HeaderClassName
{
color: #698CCC;
}
.AnyTagClassName
{
color: #698CCC;
}
</style>
background-color css
<style>
a { background-color: #698CCC; }
a { background-color: rgb(105,140,204); }
div.DivClassName
{
background-color: #698CCC;
}
.BgClassName
{
background-color: #698CCC;
}
</style>
border-color css
<style>
span { border-color: #698CCC; }
span { border-color: rgb(105,140,204); }
td.TdClassName
{
border-color: #698CCC;
}
.TagClassName
{
border-color: #698CCC;
}
</style>