Shades of Danube #6396C4
Tints of Danube #6396C4
RGB
CMYK
RGB Variations
Color information
#6396C4 (or 0x6396C4) is known color: Danube. HEX triplet: 63, 96 and C4. RGB value is (99,150,196). Sum of RGB (Red+Green+Blue) = 99+150+196=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #6396C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396C4 is #9C693B. Grayscale: #8B8B8B. Windows color (decimal): -10250556 or 12883555. OLE color: 12883555.
HSL color Cylindrical-coordinate representation of color #6396C4: hue angle of 208.45º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6396C4 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 150 | 196 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.23 |
| HSL | 208.45º | 0.45% | 0.58% | - |
| HSV(B) | 208.45º | 0.49% | 0.77% | - |
| XYZ | 26.02 | 28.45 | 56.34 | - |
| YUV | 140 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 196 | 0.49 | 0.23 | 0 | 0.23 | 208.45 | 0.45 | 0.58 |
| Hex | 63 | 96 | C4 | 31 | 17 | 0 | 17 | D0 | 2D | 3A |
| Octal | 143 | 226 | 304 | 61 | 27 | 0 | 27 | 320 | 55 | 72 |
| Binary | 1100011 | 10010110 | 11000100 | 110001 | 10111 | 0 | 10111 | 11010000 | 101101 | 111010 |
Color Harmonies of #6396C4
Complementary color
Monochromatic Colors of #6396C4
Black with #6396C4
Text Example
Text Example
White with #6396C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6396C4; }
p { color: rgb(99,150,196); }
H1.HeaderClassName
{
color: #6396C4;
}
.AnyTagClassName
{
color: #6396C4;
}
</style>
background-color css
<style>
a { background-color: #6396C4; }
a { background-color: rgb(99,150,196); }
div.DivClassName
{
background-color: #6396C4;
}
.BgClassName
{
background-color: #6396C4;
}
</style>
border-color css
<style>
span { border-color: #6396C4; }
span { border-color: rgb(99,150,196); }
td.TdClassName
{
border-color: #6396C4;
}
.TagClassName
{
border-color: #6396C4;
}
</style>