Shades of Danube #6687CB
Tints of Danube #6687CB
RGB
CMYK
RGB Variations
Color information
#6687CB (or 0x6687CB) is known color: Danube. HEX triplet: 66, 87 and CB. RGB value is (102,135,203). Sum of RGB (Red+Green+Blue) = 102+135+203=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #6687CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6687CB is #997834. Grayscale: #848484. Windows color (decimal): -10057781 or 13338470. OLE color: 13338470.
HSL color Cylindrical-coordinate representation of color #6687CB: hue angle of 220.4º degrees, saturation: 0.49, 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 #6687CB is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 135 | 203 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.20 |
| HSL | 220.4º | 0.49% | 0.6% | - |
| HSV(B) | 220.4º | 0.5% | 0.8% | - |
| XYZ | 24.92 | 24.46 | 59.91 | - |
| YUV | 132.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 203 | 0.50 | 0.33 | 0 | 0.20 | 220.4 | 0.49 | 0.6 |
| Hex | 66 | 87 | CB | 32 | 21 | 0 | 14 | DC | 31 | 3C |
| Octal | 146 | 207 | 313 | 62 | 41 | 0 | 24 | 334 | 61 | 74 |
| Binary | 1100110 | 10000111 | 11001011 | 110010 | 100001 | 0 | 10100 | 11011100 | 110001 | 111100 |
Color Harmonies of #6687CB
Complementary color
Monochromatic Colors of #6687CB
Black with #6687CB
Text Example
Text Example
White with #6687CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6687CB; }
p { color: rgb(102,135,203); }
H1.HeaderClassName
{
color: #6687CB;
}
.AnyTagClassName
{
color: #6687CB;
}
</style>
background-color css
<style>
a { background-color: #6687CB; }
a { background-color: rgb(102,135,203); }
div.DivClassName
{
background-color: #6687CB;
}
.BgClassName
{
background-color: #6687CB;
}
</style>
border-color css
<style>
span { border-color: #6687CB; }
span { border-color: rgb(102,135,203); }
td.TdClassName
{
border-color: #6687CB;
}
.TagClassName
{
border-color: #6687CB;
}
</style>