Shades of Danube #6288CC
Tints of Danube #6288CC
RGB
CMYK
RGB Variations
Color information
#6288CC (or 0x6288CC) is known color: Danube. HEX triplet: 62, 88 and CC. RGB value is (98,136,204). Sum of RGB (Red+Green+Blue) = 98+136+204=438 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.37% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #6288CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6288CC is #9D7733. Grayscale: #848484. Windows color (decimal): -10319668 or 13404258. OLE color: 13404258.
HSL color Cylindrical-coordinate representation of color #6288CC: hue angle of 218.49º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6288CC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 136 | 204 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.2 |
| HSL | 218.49º | 0.51% | 0.59% | - |
| HSV(B) | 218.49º | 0.52% | 0.8% | - |
| XYZ | 24.74 | 24.56 | 60.56 | - |
| YUV | 132.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 204 | 0.52 | 0.33 | 0 | 0.2 | 218.49 | 0.51 | 0.59 |
| Hex | 62 | 88 | CC | 34 | 21 | 0 | 14 | DA | 33 | 3B |
| Octal | 142 | 210 | 314 | 64 | 41 | 0 | 24 | 332 | 63 | 73 |
| Binary | 1100010 | 10001000 | 11001100 | 110100 | 100001 | 0 | 10100 | 11011010 | 110011 | 111011 |
Color Harmonies of #6288CC
Complementary color
Monochromatic Colors of #6288CC
Black with #6288CC
Text Example
Text Example
White with #6288CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6288CC; }
p { color: rgb(98,136,204); }
H1.HeaderClassName
{
color: #6288CC;
}
.AnyTagClassName
{
color: #6288CC;
}
</style>
background-color css
<style>
a { background-color: #6288CC; }
a { background-color: rgb(98,136,204); }
div.DivClassName
{
background-color: #6288CC;
}
.BgClassName
{
background-color: #6288CC;
}
</style>
border-color css
<style>
span { border-color: #6288CC; }
span { border-color: rgb(98,136,204); }
td.TdClassName
{
border-color: #6288CC;
}
.TagClassName
{
border-color: #6288CC;
}
</style>