Shades of Danube #6788CD
Tints of Danube #6788CD
RGB
CMYK
RGB Variations
Color information
#6788CD (or 0x6788CD) is known color: Danube. HEX triplet: 67, 88 and CD. RGB value is (103,136,205). Sum of RGB (Red+Green+Blue) = 103+136+205=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #6788CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6788CD is #987732. Grayscale: #858585. Windows color (decimal): -9991987 or 13469799. OLE color: 13469799.
HSL color Cylindrical-coordinate representation of color #6788CD: hue angle of 220.59º 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 #6788CD is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 136 | 205 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.20 |
| HSL | 220.59º | 0.5% | 0.6% | - |
| HSV(B) | 220.59º | 0.5% | 0.8% | - |
| XYZ | 25.42 | 24.9 | 61.22 | - |
| YUV | 134 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 205 | 0.50 | 0.34 | 0 | 0.20 | 220.59 | 0.5 | 0.6 |
| Hex | 67 | 88 | CD | 32 | 22 | 0 | 14 | DD | 32 | 3C |
| Octal | 147 | 210 | 315 | 62 | 42 | 0 | 24 | 335 | 62 | 74 |
| Binary | 1100111 | 10001000 | 11001101 | 110010 | 100010 | 0 | 10100 | 11011101 | 110010 | 111100 |
Color Harmonies of #6788CD
Complementary color
Monochromatic Colors of #6788CD
Black with #6788CD
Text Example
Text Example
White with #6788CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6788CD; }
p { color: rgb(103,136,205); }
H1.HeaderClassName
{
color: #6788CD;
}
.AnyTagClassName
{
color: #6788CD;
}
</style>
background-color css
<style>
a { background-color: #6788CD; }
a { background-color: rgb(103,136,205); }
div.DivClassName
{
background-color: #6788CD;
}
.BgClassName
{
background-color: #6788CD;
}
</style>
border-color css
<style>
span { border-color: #6788CD; }
span { border-color: rgb(103,136,205); }
td.TdClassName
{
border-color: #6788CD;
}
.TagClassName
{
border-color: #6788CD;
}
</style>