Shades of Danube #6788BF
Tints of Danube #6788BF
RGB
CMYK
RGB Variations
Color information
#6788BF (or 0x6788BF) is known color: Danube. HEX triplet: 67, 88 and BF. RGB value is (103,136,191). Sum of RGB (Red+Green+Blue) = 103+136+191=430 (56% of max value = 765). Red value is 103 (40.62% from 255 or 23.95% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #6788BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6788BF is #987740. Grayscale: #848484. Windows color (decimal): -9992001 or 12552295. OLE color: 12552295.
HSL color Cylindrical-coordinate representation of color #6788BF: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6788BF is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 136 | 191 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.25 |
| HSL | 217.5º | 0.41% | 0.58% | - |
| HSV(B) | 217.5º | 0.46% | 0.75% | - |
| XYZ | 23.8 | 24.25 | 52.72 | - |
| YUV | 132.4 | 161.07 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 191 | 0.46 | 0.29 | 0 | 0.25 | 217.5 | 0.41 | 0.58 |
| Hex | 67 | 88 | BF | 2E | 1D | 0 | 19 | DA | 29 | 3A |
| Octal | 147 | 210 | 277 | 56 | 35 | 0 | 31 | 332 | 51 | 72 |
| Binary | 1100111 | 10001000 | 10111111 | 101110 | 11101 | 0 | 11001 | 11011010 | 101001 | 111010 |
Color Harmonies of #6788BF
Complementary color
Monochromatic Colors of #6788BF
Black with #6788BF
Text Example
Text Example
White with #6788BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6788BF; }
p { color: rgb(103,136,191); }
H1.HeaderClassName
{
color: #6788BF;
}
.AnyTagClassName
{
color: #6788BF;
}
</style>
background-color css
<style>
a { background-color: #6788BF; }
a { background-color: rgb(103,136,191); }
div.DivClassName
{
background-color: #6788BF;
}
.BgClassName
{
background-color: #6788BF;
}
</style>
border-color css
<style>
span { border-color: #6788BF; }
span { border-color: rgb(103,136,191); }
td.TdClassName
{
border-color: #6788BF;
}
.TagClassName
{
border-color: #6788BF;
}
</style>