Shades of Danube #6385BF
Tints of Danube #6385BF
RGB
CMYK
RGB Variations
Color information
#6385BF (or 0x6385BF) is known color: Danube. HEX triplet: 63, 85 and BF. RGB value is (99,133,191). Sum of RGB (Red+Green+Blue) = 99+133+191=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #6385BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385BF is #9C7A40. Grayscale: #818181. Windows color (decimal): -10254913 or 12551523. OLE color: 12551523.
HSL color Cylindrical-coordinate representation of color #6385BF: hue angle of 217.83º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6385BF is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 133 | 191 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.25 |
| HSL | 217.83º | 0.42% | 0.57% | - |
| HSV(B) | 217.83º | 0.48% | 0.75% | - |
| XYZ | 22.94 | 23.19 | 52.56 | - |
| YUV | 129.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 191 | 0.48 | 0.30 | 0 | 0.25 | 217.83 | 0.42 | 0.57 |
| Hex | 63 | 85 | BF | 30 | 1E | 0 | 19 | DA | 2A | 39 |
| Octal | 143 | 205 | 277 | 60 | 36 | 0 | 31 | 332 | 52 | 71 |
| Binary | 1100011 | 10000101 | 10111111 | 110000 | 11110 | 0 | 11001 | 11011010 | 101010 | 111001 |
Color Harmonies of #6385BF
Complementary color
Monochromatic Colors of #6385BF
Black with #6385BF
Text Example
Text Example
White with #6385BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385BF; }
p { color: rgb(99,133,191); }
H1.HeaderClassName
{
color: #6385BF;
}
.AnyTagClassName
{
color: #6385BF;
}
</style>
background-color css
<style>
a { background-color: #6385BF; }
a { background-color: rgb(99,133,191); }
div.DivClassName
{
background-color: #6385BF;
}
.BgClassName
{
background-color: #6385BF;
}
</style>
border-color css
<style>
span { border-color: #6385BF; }
span { border-color: rgb(99,133,191); }
td.TdClassName
{
border-color: #6385BF;
}
.TagClassName
{
border-color: #6385BF;
}
</style>