Shades of Danube #6687C0
Tints of Danube #6687C0
RGB
CMYK
RGB Variations
Color information
#6687C0 (or 0x6687C0) is known color: Danube. HEX triplet: 66, 87 and C0. RGB value is (102,135,192). Sum of RGB (Red+Green+Blue) = 102+135+192=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #6687C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6687C0 is #99783F. Grayscale: #838383. Windows color (decimal): -10057792 or 12617574. OLE color: 12617574.
HSL color Cylindrical-coordinate representation of color #6687C0: hue angle of 218º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6687C0 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 135 | 192 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.25 |
| HSL | 218º | 0.42% | 0.58% | - |
| HSV(B) | 218º | 0.47% | 0.75% | - |
| XYZ | 23.66 | 23.96 | 53.25 | - |
| YUV | 131.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 192 | 0.47 | 0.30 | 0 | 0.25 | 218 | 0.42 | 0.58 |
| Hex | 66 | 87 | C0 | 2F | 1E | 0 | 19 | DA | 2A | 3A |
| Octal | 146 | 207 | 300 | 57 | 36 | 0 | 31 | 332 | 52 | 72 |
| Binary | 1100110 | 10000111 | 11000000 | 101111 | 11110 | 0 | 11001 | 11011010 | 101010 | 111010 |
Color Harmonies of #6687C0
Complementary color
Monochromatic Colors of #6687C0
Black with #6687C0
Text Example
Text Example
White with #6687C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6687C0; }
p { color: rgb(102,135,192); }
H1.HeaderClassName
{
color: #6687C0;
}
.AnyTagClassName
{
color: #6687C0;
}
</style>
background-color css
<style>
a { background-color: #6687C0; }
a { background-color: rgb(102,135,192); }
div.DivClassName
{
background-color: #6687C0;
}
.BgClassName
{
background-color: #6687C0;
}
</style>
border-color css
<style>
span { border-color: #6687C0; }
span { border-color: rgb(102,135,192); }
td.TdClassName
{
border-color: #6687C0;
}
.TagClassName
{
border-color: #6687C0;
}
</style>