Shades of Danube #6788CC
Tints of Danube #6788CC
RGB
CMYK
RGB Variations
Color information
#6788CC (or 0x6788CC) is known color: Danube. HEX triplet: 67, 88 and CC. RGB value is (103,136,204). Sum of RGB (Red+Green+Blue) = 103+136+204=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #6788CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6788CC is #987733. Grayscale: #858585. Windows color (decimal): -9991988 or 13404263. OLE color: 13404263.
HSL color Cylindrical-coordinate representation of color #6788CC: hue angle of 220.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6788CC is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 136 | 204 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.2 |
| HSL | 220.4º | 0.5% | 0.6% | - |
| HSV(B) | 220.4º | 0.5% | 0.8% | - |
| XYZ | 25.3 | 24.85 | 60.59 | - |
| YUV | 133.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 204 | 0.50 | 0.33 | 0 | 0.2 | 220.4 | 0.5 | 0.6 |
| Hex | 67 | 88 | CC | 32 | 21 | 0 | 14 | DC | 32 | 3C |
| Octal | 147 | 210 | 314 | 62 | 41 | 0 | 24 | 334 | 62 | 74 |
| Binary | 1100111 | 10001000 | 11001100 | 110010 | 100001 | 0 | 10100 | 11011100 | 110010 | 111100 |
Color Harmonies of #6788CC
Complementary color
Monochromatic Colors of #6788CC
Black with #6788CC
Text Example
Text Example
White with #6788CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6788CC; }
p { color: rgb(103,136,204); }
H1.HeaderClassName
{
color: #6788CC;
}
.AnyTagClassName
{
color: #6788CC;
}
</style>
background-color css
<style>
a { background-color: #6788CC; }
a { background-color: rgb(103,136,204); }
div.DivClassName
{
background-color: #6788CC;
}
.BgClassName
{
background-color: #6788CC;
}
</style>
border-color css
<style>
span { border-color: #6788CC; }
span { border-color: rgb(103,136,204); }
td.TdClassName
{
border-color: #6788CC;
}
.TagClassName
{
border-color: #6788CC;
}
</style>