Shades of Danube #6394C1
Tints of Danube #6394C1
RGB
CMYK
RGB Variations
Color information
#6394C1 (or 0x6394C1) is known color: Danube. HEX triplet: 63, 94 and C1. RGB value is (99,148,193). Sum of RGB (Red+Green+Blue) = 99+148+193=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #6394C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394C1 is #9C6B3E. Grayscale: #8A8A8A. Windows color (decimal): -10251071 or 12686435. OLE color: 12686435.
HSL color Cylindrical-coordinate representation of color #6394C1: hue angle of 208.72º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6394C1 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 148 | 193 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.24 |
| HSL | 208.72º | 0.43% | 0.57% | - |
| HSV(B) | 208.72º | 0.49% | 0.76% | - |
| XYZ | 25.36 | 27.68 | 54.46 | - |
| YUV | 138.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 193 | 0.49 | 0.23 | 0 | 0.24 | 208.72 | 0.43 | 0.57 |
| Hex | 63 | 94 | C1 | 31 | 17 | 0 | 18 | D1 | 2B | 39 |
| Octal | 143 | 224 | 301 | 61 | 27 | 0 | 30 | 321 | 53 | 71 |
| Binary | 1100011 | 10010100 | 11000001 | 110001 | 10111 | 0 | 11000 | 11010001 | 101011 | 111001 |
Color Harmonies of #6394C1
Complementary color
Monochromatic Colors of #6394C1
Black with #6394C1
Text Example
Text Example
White with #6394C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6394C1; }
p { color: rgb(99,148,193); }
H1.HeaderClassName
{
color: #6394C1;
}
.AnyTagClassName
{
color: #6394C1;
}
</style>
background-color css
<style>
a { background-color: #6394C1; }
a { background-color: rgb(99,148,193); }
div.DivClassName
{
background-color: #6394C1;
}
.BgClassName
{
background-color: #6394C1;
}
</style>
border-color css
<style>
span { border-color: #6394C1; }
span { border-color: rgb(99,148,193); }
td.TdClassName
{
border-color: #6394C1;
}
.TagClassName
{
border-color: #6394C1;
}
</style>