Shades of Danube #6289CB
Tints of Danube #6289CB
RGB
CMYK
RGB Variations
Color information
#6289CB (or 0x6289CB) is known color: Danube. HEX triplet: 62, 89 and CB. RGB value is (98,137,203). Sum of RGB (Red+Green+Blue) = 98+137+203=438 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.37% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #6289CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6289CB is #9D7634. Grayscale: #848484. Windows color (decimal): -10319413 or 13338978. OLE color: 13338978.
HSL color Cylindrical-coordinate representation of color #6289CB: hue angle of 217.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6289CB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 137 | 203 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.20 |
| HSL | 217.71º | 0.5% | 0.59% | - |
| HSV(B) | 217.71º | 0.52% | 0.8% | - |
| XYZ | 24.76 | 24.8 | 59.98 | - |
| YUV | 132.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 203 | 0.52 | 0.33 | 0 | 0.20 | 217.71 | 0.5 | 0.59 |
| Hex | 62 | 89 | CB | 34 | 21 | 0 | 14 | DA | 32 | 3B |
| Octal | 142 | 211 | 313 | 64 | 41 | 0 | 24 | 332 | 62 | 73 |
| Binary | 1100010 | 10001001 | 11001011 | 110100 | 100001 | 0 | 10100 | 11011010 | 110010 | 111011 |
Color Harmonies of #6289CB
Complementary color
Monochromatic Colors of #6289CB
Black with #6289CB
Text Example
Text Example
White with #6289CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6289CB; }
p { color: rgb(98,137,203); }
H1.HeaderClassName
{
color: #6289CB;
}
.AnyTagClassName
{
color: #6289CB;
}
</style>
background-color css
<style>
a { background-color: #6289CB; }
a { background-color: rgb(98,137,203); }
div.DivClassName
{
background-color: #6289CB;
}
.BgClassName
{
background-color: #6289CB;
}
</style>
border-color css
<style>
span { border-color: #6289CB; }
span { border-color: rgb(98,137,203); }
td.TdClassName
{
border-color: #6289CB;
}
.TagClassName
{
border-color: #6289CB;
}
</style>