Shades of Danube #6388CA
Tints of Danube #6388CA
RGB
CMYK
RGB Variations
Color information
#6388CA (or 0x6388CA) is known color: Danube. HEX triplet: 63, 88 and CA. RGB value is (99,136,202). Sum of RGB (Red+Green+Blue) = 99+136+202=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #6388CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6388CA is #9C7735. Grayscale: #848484. Windows color (decimal): -10254134 or 13273187. OLE color: 13273187.
HSL color Cylindrical-coordinate representation of color #6388CA: hue angle of 218.45º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6388CA is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 136 | 202 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.21 |
| HSL | 218.45º | 0.49% | 0.59% | - |
| HSV(B) | 218.45º | 0.51% | 0.79% | - |
| XYZ | 24.61 | 24.53 | 59.31 | - |
| YUV | 132.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 202 | 0.51 | 0.33 | 0 | 0.21 | 218.45 | 0.49 | 0.59 |
| Hex | 63 | 88 | CA | 33 | 21 | 0 | 15 | DA | 31 | 3B |
| Octal | 143 | 210 | 312 | 63 | 41 | 0 | 25 | 332 | 61 | 73 |
| Binary | 1100011 | 10001000 | 11001010 | 110011 | 100001 | 0 | 10101 | 11011010 | 110001 | 111011 |
Color Harmonies of #6388CA
Complementary color
Monochromatic Colors of #6388CA
Black with #6388CA
Text Example
Text Example
White with #6388CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6388CA; }
p { color: rgb(99,136,202); }
H1.HeaderClassName
{
color: #6388CA;
}
.AnyTagClassName
{
color: #6388CA;
}
</style>
background-color css
<style>
a { background-color: #6388CA; }
a { background-color: rgb(99,136,202); }
div.DivClassName
{
background-color: #6388CA;
}
.BgClassName
{
background-color: #6388CA;
}
</style>
border-color css
<style>
span { border-color: #6388CA; }
span { border-color: rgb(99,136,202); }
td.TdClassName
{
border-color: #6388CA;
}
.TagClassName
{
border-color: #6388CA;
}
</style>