Shades of Danube #6B87CF
Tints of Danube #6B87CF
RGB
CMYK
RGB Variations
Color information
#6B87CF (or 0x6B87CF) is known color: Danube. HEX triplet: 6B, 87 and CF. RGB value is (107,135,207). Sum of RGB (Red+Green+Blue) = 107+135+207=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B87CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B87CF is #947830. Grayscale: #868686. Windows color (decimal): -9730097 or 13600619. OLE color: 13600619.
HSL color Cylindrical-coordinate representation of color #6B87CF: hue angle of 223.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B87CF is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 135 | 207 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.19 |
| HSL | 223.2º | 0.51% | 0.62% | - |
| HSV(B) | 223.2º | 0.48% | 0.81% | - |
| XYZ | 25.99 | 24.96 | 62.48 | - |
| YUV | 134.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 207 | 0.48 | 0.35 | 0 | 0.19 | 223.2 | 0.51 | 0.62 |
| Hex | 6B | 87 | CF | 30 | 23 | 0 | 13 | DF | 33 | 3E |
| Octal | 153 | 207 | 317 | 60 | 43 | 0 | 23 | 337 | 63 | 76 |
| Binary | 1101011 | 10000111 | 11001111 | 110000 | 100011 | 0 | 10011 | 11011111 | 110011 | 111110 |
Color Harmonies of #6B87CF
Complementary color
Monochromatic Colors of #6B87CF
Black with #6B87CF
Text Example
Text Example
White with #6B87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B87CF; }
p { color: rgb(107,135,207); }
H1.HeaderClassName
{
color: #6B87CF;
}
.AnyTagClassName
{
color: #6B87CF;
}
</style>
background-color css
<style>
a { background-color: #6B87CF; }
a { background-color: rgb(107,135,207); }
div.DivClassName
{
background-color: #6B87CF;
}
.BgClassName
{
background-color: #6B87CF;
}
</style>
border-color css
<style>
span { border-color: #6B87CF; }
span { border-color: rgb(107,135,207); }
td.TdClassName
{
border-color: #6B87CF;
}
.TagClassName
{
border-color: #6B87CF;
}
</style>