Shades of Danube #6289CD
Tints of Danube #6289CD
RGB
CMYK
RGB Variations
Color information
#6289CD (or 0x6289CD) is known color: Danube. HEX triplet: 62, 89 and CD. RGB value is (98,137,205). Sum of RGB (Red+Green+Blue) = 98+137+205=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #6289CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6289CD is #9D7632. Grayscale: #848484. Windows color (decimal): -10319411 or 13470050. OLE color: 13470050.
HSL color Cylindrical-coordinate representation of color #6289CD: hue angle of 218.13º degrees, saturation: 0.52, 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 #6289CD is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 137 | 205 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.20 |
| HSL | 218.13º | 0.52% | 0.59% | - |
| HSV(B) | 218.13º | 0.52% | 0.8% | - |
| XYZ | 25 | 24.9 | 61.25 | - |
| YUV | 133.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 137 | 205 | 0.52 | 0.33 | 0 | 0.20 | 218.13 | 0.52 | 0.59 |
| Hex | 62 | 89 | CD | 34 | 21 | 0 | 14 | DA | 34 | 3B |
| Octal | 142 | 211 | 315 | 64 | 41 | 0 | 24 | 332 | 64 | 73 |
| Binary | 1100010 | 10001001 | 11001101 | 110100 | 100001 | 0 | 10100 | 11011010 | 110100 | 111011 |
Color Harmonies of #6289CD
Complementary color
Monochromatic Colors of #6289CD
Black with #6289CD
Text Example
Text Example
White with #6289CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6289CD; }
p { color: rgb(98,137,205); }
H1.HeaderClassName
{
color: #6289CD;
}
.AnyTagClassName
{
color: #6289CD;
}
</style>
background-color css
<style>
a { background-color: #6289CD; }
a { background-color: rgb(98,137,205); }
div.DivClassName
{
background-color: #6289CD;
}
.BgClassName
{
background-color: #6289CD;
}
</style>
border-color css
<style>
span { border-color: #6289CD; }
span { border-color: rgb(98,137,205); }
td.TdClassName
{
border-color: #6289CD;
}
.TagClassName
{
border-color: #6289CD;
}
</style>