Shades of Danube #6389CD
Tints of Danube #6389CD
RGB
CMYK
RGB Variations
Color information
#6389CD (or 0x6389CD) is known color: Danube. HEX triplet: 63, 89 and CD. RGB value is (99,137,205). Sum of RGB (Red+Green+Blue) = 99+137+205=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6389CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389CD is #9C7632. Grayscale: #858585. Windows color (decimal): -10253875 or 13470051. OLE color: 13470051.
HSL color Cylindrical-coordinate representation of color #6389CD: hue angle of 218.49º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6389CD is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 137 | 205 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.20 |
| HSL | 218.49º | 0.51% | 0.6% | - |
| HSV(B) | 218.49º | 0.52% | 0.8% | - |
| XYZ | 25.11 | 24.95 | 61.25 | - |
| YUV | 133.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 205 | 0.52 | 0.33 | 0 | 0.20 | 218.49 | 0.51 | 0.6 |
| Hex | 63 | 89 | CD | 34 | 21 | 0 | 14 | DA | 33 | 3C |
| Octal | 143 | 211 | 315 | 64 | 41 | 0 | 24 | 332 | 63 | 74 |
| Binary | 1100011 | 10001001 | 11001101 | 110100 | 100001 | 0 | 10100 | 11011010 | 110011 | 111100 |
Color Harmonies of #6389CD
Complementary color
Monochromatic Colors of #6389CD
Black with #6389CD
Text Example
Text Example
White with #6389CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6389CD; }
p { color: rgb(99,137,205); }
H1.HeaderClassName
{
color: #6389CD;
}
.AnyTagClassName
{
color: #6389CD;
}
</style>
background-color css
<style>
a { background-color: #6389CD; }
a { background-color: rgb(99,137,205); }
div.DivClassName
{
background-color: #6389CD;
}
.BgClassName
{
background-color: #6389CD;
}
</style>
border-color css
<style>
span { border-color: #6389CD; }
span { border-color: rgb(99,137,205); }
td.TdClassName
{
border-color: #6389CD;
}
.TagClassName
{
border-color: #6389CD;
}
</style>