Shades of Danube #6687B6
Tints of Danube #6687B6
RGB
CMYK
RGB Variations
Color information
#6687B6 (or 0x6687B6) is known color: Danube. HEX triplet: 66, 87 and B6. RGB value is (102,135,182). Sum of RGB (Red+Green+Blue) = 102+135+182=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #6687B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6687B6 is #997849. Grayscale: #828282. Windows color (decimal): -10057802 or 11962214. OLE color: 11962214.
HSL color Cylindrical-coordinate representation of color #6687B6: hue angle of 215.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6687B6 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 135 | 182 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.29 |
| HSL | 215.25º | 0.35% | 0.56% | - |
| HSV(B) | 215.25º | 0.44% | 0.71% | - |
| XYZ | 22.59 | 23.53 | 47.61 | - |
| YUV | 130.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 182 | 0.44 | 0.26 | 0 | 0.29 | 215.25 | 0.35 | 0.56 |
| Hex | 66 | 87 | B6 | 2C | 1A | 0 | 1D | D7 | 23 | 38 |
| Octal | 146 | 207 | 266 | 54 | 32 | 0 | 35 | 327 | 43 | 70 |
| Binary | 1100110 | 10000111 | 10110110 | 101100 | 11010 | 0 | 11101 | 11010111 | 100011 | 111000 |
Color Harmonies of #6687B6
Complementary color
Monochromatic Colors of #6687B6
Black with #6687B6
Text Example
Text Example
White with #6687B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6687B6; }
p { color: rgb(102,135,182); }
H1.HeaderClassName
{
color: #6687B6;
}
.AnyTagClassName
{
color: #6687B6;
}
</style>
background-color css
<style>
a { background-color: #6687B6; }
a { background-color: rgb(102,135,182); }
div.DivClassName
{
background-color: #6687B6;
}
.BgClassName
{
background-color: #6687B6;
}
</style>
border-color css
<style>
span { border-color: #6687B6; }
span { border-color: rgb(102,135,182); }
td.TdClassName
{
border-color: #6687B6;
}
.TagClassName
{
border-color: #6687B6;
}
</style>