Shades of Danube #6289BC
Tints of Danube #6289BC
RGB
CMYK
RGB Variations
Color information
#6289BC (or 0x6289BC) is known color: Danube. HEX triplet: 62, 89 and BC. RGB value is (98,137,188). Sum of RGB (Red+Green+Blue) = 98+137+188=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #6289BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6289BC is #9D7643. Grayscale: #828282. Windows color (decimal): -10319428 or 12355938. OLE color: 12355938.
HSL color Cylindrical-coordinate representation of color #6289BC: hue angle of 214º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6289BC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 137 | 188 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.26 |
| HSL | 214º | 0.4% | 0.56% | - |
| HSV(B) | 214º | 0.48% | 0.74% | - |
| XYZ | 23.06 | 24.12 | 51.02 | - |
| YUV | 131.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 188 | 0.48 | 0.27 | 0 | 0.26 | 214 | 0.4 | 0.56 |
| Hex | 62 | 89 | BC | 30 | 1B | 0 | 1A | D6 | 28 | 38 |
| Octal | 142 | 211 | 274 | 60 | 33 | 0 | 32 | 326 | 50 | 70 |
| Binary | 1100010 | 10001001 | 10111100 | 110000 | 11011 | 0 | 11010 | 11010110 | 101000 | 111000 |
Color Harmonies of #6289BC
Complementary color
Monochromatic Colors of #6289BC
Black with #6289BC
Text Example
Text Example
White with #6289BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6289BC; }
p { color: rgb(98,137,188); }
H1.HeaderClassName
{
color: #6289BC;
}
.AnyTagClassName
{
color: #6289BC;
}
</style>
background-color css
<style>
a { background-color: #6289BC; }
a { background-color: rgb(98,137,188); }
div.DivClassName
{
background-color: #6289BC;
}
.BgClassName
{
background-color: #6289BC;
}
</style>
border-color css
<style>
span { border-color: #6289BC; }
span { border-color: rgb(98,137,188); }
td.TdClassName
{
border-color: #6289BC;
}
.TagClassName
{
border-color: #6289BC;
}
</style>