Shades of Danube #6285B4
Tints of Danube #6285B4
RGB
CMYK
RGB Variations
Color information
#6285B4 (or 0x6285B4) is known color: Danube. HEX triplet: 62, 85 and B4. RGB value is (98,133,180). Sum of RGB (Red+Green+Blue) = 98+133+180=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #6285B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285B4 is #9D7A4B. Grayscale: #7F7F7F. Windows color (decimal): -10320460 or 11830626. OLE color: 11830626.
HSL color Cylindrical-coordinate representation of color #6285B4: hue angle of 214.39º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6285B4 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 133 | 180 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.29 |
| HSL | 214.39º | 0.35% | 0.55% | - |
| HSV(B) | 214.39º | 0.46% | 0.71% | - |
| XYZ | 21.66 | 22.67 | 46.41 | - |
| YUV | 127.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 180 | 0.46 | 0.26 | 0 | 0.29 | 214.39 | 0.35 | 0.55 |
| Hex | 62 | 85 | B4 | 2E | 1A | 0 | 1D | D6 | 23 | 37 |
| Octal | 142 | 205 | 264 | 56 | 32 | 0 | 35 | 326 | 43 | 67 |
| Binary | 1100010 | 10000101 | 10110100 | 101110 | 11010 | 0 | 11101 | 11010110 | 100011 | 110111 |
Color Harmonies of #6285B4
Complementary color
Monochromatic Colors of #6285B4
Black with #6285B4
Text Example
Text Example
White with #6285B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285B4; }
p { color: rgb(98,133,180); }
H1.HeaderClassName
{
color: #6285B4;
}
.AnyTagClassName
{
color: #6285B4;
}
</style>
background-color css
<style>
a { background-color: #6285B4; }
a { background-color: rgb(98,133,180); }
div.DivClassName
{
background-color: #6285B4;
}
.BgClassName
{
background-color: #6285B4;
}
</style>
border-color css
<style>
span { border-color: #6285B4; }
span { border-color: rgb(98,133,180); }
td.TdClassName
{
border-color: #6285B4;
}
.TagClassName
{
border-color: #6285B4;
}
</style>