Shades of Danube #6989C4
Tints of Danube #6989C4
RGB
CMYK
RGB Variations
Color information
#6989C4 (or 0x6989C4) is known color: Danube. HEX triplet: 69, 89 and C4. RGB value is (105,137,196). Sum of RGB (Red+Green+Blue) = 105+137+196=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #6989C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6989C4 is #96763B. Grayscale: #858585. Windows color (decimal): -9860668 or 12880233. OLE color: 12880233.
HSL color Cylindrical-coordinate representation of color #6989C4: hue angle of 218.9º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6989C4 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 137 | 196 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.23 |
| HSL | 218.9º | 0.44% | 0.59% | - |
| HSV(B) | 218.9º | 0.46% | 0.77% | - |
| XYZ | 24.74 | 24.88 | 55.72 | - |
| YUV | 134.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 196 | 0.46 | 0.30 | 0 | 0.23 | 218.9 | 0.44 | 0.59 |
| Hex | 69 | 89 | C4 | 2E | 1E | 0 | 17 | DB | 2C | 3B |
| Octal | 151 | 211 | 304 | 56 | 36 | 0 | 27 | 333 | 54 | 73 |
| Binary | 1101001 | 10001001 | 11000100 | 101110 | 11110 | 0 | 10111 | 11011011 | 101100 | 111011 |
Color Harmonies of #6989C4
Complementary color
Monochromatic Colors of #6989C4
Black with #6989C4
Text Example
Text Example
White with #6989C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6989C4; }
p { color: rgb(105,137,196); }
H1.HeaderClassName
{
color: #6989C4;
}
.AnyTagClassName
{
color: #6989C4;
}
</style>
background-color css
<style>
a { background-color: #6989C4; }
a { background-color: rgb(105,137,196); }
div.DivClassName
{
background-color: #6989C4;
}
.BgClassName
{
background-color: #6989C4;
}
</style>
border-color css
<style>
span { border-color: #6989C4; }
span { border-color: rgb(105,137,196); }
td.TdClassName
{
border-color: #6989C4;
}
.TagClassName
{
border-color: #6989C4;
}
</style>