Shades of Danube #6387CB
Tints of Danube #6387CB
RGB
CMYK
RGB Variations
Color information
#6387CB (or 0x6387CB) is known color: Danube. HEX triplet: 63, 87 and CB. RGB value is (99,135,203). Sum of RGB (Red+Green+Blue) = 99+135+203=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #6387CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6387CB is #9C7834. Grayscale: #838383. Windows color (decimal): -10254389 or 13338467. OLE color: 13338467.
HSL color Cylindrical-coordinate representation of color #6387CB: hue angle of 219.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6387CB is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 135 | 203 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.20 |
| HSL | 219.23º | 0.5% | 0.59% | - |
| HSV(B) | 219.23º | 0.51% | 0.8% | - |
| XYZ | 24.59 | 24.29 | 59.89 | - |
| YUV | 131.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 203 | 0.51 | 0.33 | 0 | 0.20 | 219.23 | 0.5 | 0.59 |
| Hex | 63 | 87 | CB | 33 | 21 | 0 | 14 | DB | 32 | 3B |
| Octal | 143 | 207 | 313 | 63 | 41 | 0 | 24 | 333 | 62 | 73 |
| Binary | 1100011 | 10000111 | 11001011 | 110011 | 100001 | 0 | 10100 | 11011011 | 110010 | 111011 |
Color Harmonies of #6387CB
Complementary color
Monochromatic Colors of #6387CB
Black with #6387CB
Text Example
Text Example
White with #6387CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6387CB; }
p { color: rgb(99,135,203); }
H1.HeaderClassName
{
color: #6387CB;
}
.AnyTagClassName
{
color: #6387CB;
}
</style>
background-color css
<style>
a { background-color: #6387CB; }
a { background-color: rgb(99,135,203); }
div.DivClassName
{
background-color: #6387CB;
}
.BgClassName
{
background-color: #6387CB;
}
</style>
border-color css
<style>
span { border-color: #6387CB; }
span { border-color: rgb(99,135,203); }
td.TdClassName
{
border-color: #6387CB;
}
.TagClassName
{
border-color: #6387CB;
}
</style>