Shades of Danube #6788CE
Tints of Danube #6788CE
RGB
CMYK
RGB Variations
Color information
#6788CE (or 0x6788CE) is known color: Danube. HEX triplet: 67, 88 and CE. RGB value is (103,136,206). Sum of RGB (Red+Green+Blue) = 103+136+206=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #6788CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6788CE is #987731. Grayscale: #858585. Windows color (decimal): -9991986 or 13535335. OLE color: 13535335.
HSL color Cylindrical-coordinate representation of color #6788CE: hue angle of 220.78º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6788CE is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 136 | 206 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.19 |
| HSL | 220.78º | 0.51% | 0.61% | - |
| HSV(B) | 220.78º | 0.5% | 0.81% | - |
| XYZ | 25.54 | 24.95 | 61.86 | - |
| YUV | 134.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 206 | 0.50 | 0.34 | 0 | 0.19 | 220.78 | 0.51 | 0.61 |
| Hex | 67 | 88 | CE | 32 | 22 | 0 | 13 | DD | 33 | 3D |
| Octal | 147 | 210 | 316 | 62 | 42 | 0 | 23 | 335 | 63 | 75 |
| Binary | 1100111 | 10001000 | 11001110 | 110010 | 100010 | 0 | 10011 | 11011101 | 110011 | 111101 |
Color Harmonies of #6788CE
Complementary color
Monochromatic Colors of #6788CE
Black with #6788CE
Text Example
Text Example
White with #6788CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6788CE; }
p { color: rgb(103,136,206); }
H1.HeaderClassName
{
color: #6788CE;
}
.AnyTagClassName
{
color: #6788CE;
}
</style>
background-color css
<style>
a { background-color: #6788CE; }
a { background-color: rgb(103,136,206); }
div.DivClassName
{
background-color: #6788CE;
}
.BgClassName
{
background-color: #6788CE;
}
</style>
border-color css
<style>
span { border-color: #6788CE; }
span { border-color: rgb(103,136,206); }
td.TdClassName
{
border-color: #6788CE;
}
.TagClassName
{
border-color: #6788CE;
}
</style>