Shades of Danube #6393C7
Tints of Danube #6393C7
RGB
CMYK
RGB Variations
Color information
#6393C7 (or 0x6393C7) is known color: Danube. HEX triplet: 63, 93 and C7. RGB value is (99,147,199). Sum of RGB (Red+Green+Blue) = 99+147+199=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #6393C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393C7 is #9C6C38. Grayscale: #8A8A8A. Windows color (decimal): -10251321 or 13079395. OLE color: 13079395.
HSL color Cylindrical-coordinate representation of color #6393C7: hue angle of 211.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6393C7 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 147 | 199 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.22 |
| HSL | 211.2º | 0.47% | 0.58% | - |
| HSV(B) | 211.2º | 0.5% | 0.78% | - |
| XYZ | 25.89 | 27.64 | 58 | - |
| YUV | 138.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 147 | 199 | 0.50 | 0.26 | 0 | 0.22 | 211.2 | 0.47 | 0.58 |
| Hex | 63 | 93 | C7 | 32 | 1A | 0 | 16 | D3 | 2F | 3A |
| Octal | 143 | 223 | 307 | 62 | 32 | 0 | 26 | 323 | 57 | 72 |
| Binary | 1100011 | 10010011 | 11000111 | 110010 | 11010 | 0 | 10110 | 11010011 | 101111 | 111010 |
Color Harmonies of #6393C7
Complementary color
Monochromatic Colors of #6393C7
Black with #6393C7
Text Example
Text Example
White with #6393C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6393C7; }
p { color: rgb(99,147,199); }
H1.HeaderClassName
{
color: #6393C7;
}
.AnyTagClassName
{
color: #6393C7;
}
</style>
background-color css
<style>
a { background-color: #6393C7; }
a { background-color: rgb(99,147,199); }
div.DivClassName
{
background-color: #6393C7;
}
.BgClassName
{
background-color: #6393C7;
}
</style>
border-color css
<style>
span { border-color: #6393C7; }
span { border-color: rgb(99,147,199); }
td.TdClassName
{
border-color: #6393C7;
}
.TagClassName
{
border-color: #6393C7;
}
</style>