Shades of Danube #6B8DCF
Tints of Danube #6B8DCF
RGB
CMYK
RGB Variations
Color information
#6B8DCF (or 0x6B8DCF) is known color: Danube. HEX triplet: 6B, 8D and CF. RGB value is (107,141,207). Sum of RGB (Red+Green+Blue) = 107+141+207=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B8DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8DCF is #947230. Grayscale: #8A8A8A. Windows color (decimal): -9728561 or 13602155. OLE color: 13602155.
HSL color Cylindrical-coordinate representation of color #6B8DCF: hue angle of 219.6º 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 #6B8DCF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 141 | 207 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.19 |
| HSL | 219.6º | 0.51% | 0.62% | - |
| HSV(B) | 219.6º | 0.48% | 0.81% | - |
| XYZ | 26.85 | 26.68 | 62.77 | - |
| YUV | 138.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 207 | 0.48 | 0.32 | 0 | 0.19 | 219.6 | 0.51 | 0.62 |
| Hex | 6B | 8D | CF | 30 | 20 | 0 | 13 | DC | 33 | 3E |
| Octal | 153 | 215 | 317 | 60 | 40 | 0 | 23 | 334 | 63 | 76 |
| Binary | 1101011 | 10001101 | 11001111 | 110000 | 100000 | 0 | 10011 | 11011100 | 110011 | 111110 |
Color Harmonies of #6B8DCF
Complementary color
Monochromatic Colors of #6B8DCF
Black with #6B8DCF
Text Example
Text Example
White with #6B8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8DCF; }
p { color: rgb(107,141,207); }
H1.HeaderClassName
{
color: #6B8DCF;
}
.AnyTagClassName
{
color: #6B8DCF;
}
</style>
background-color css
<style>
a { background-color: #6B8DCF; }
a { background-color: rgb(107,141,207); }
div.DivClassName
{
background-color: #6B8DCF;
}
.BgClassName
{
background-color: #6B8DCF;
}
</style>
border-color css
<style>
span { border-color: #6B8DCF; }
span { border-color: rgb(107,141,207); }
td.TdClassName
{
border-color: #6B8DCF;
}
.TagClassName
{
border-color: #6B8DCF;
}
</style>