Shades of Danube #6C8FBA
Tints of Danube #6C8FBA
RGB
CMYK
RGB Variations
Color information
#6C8FBA (or 0x6C8FBA) is known color: Danube. HEX triplet: 6C, 8F and BA. RGB value is (108,143,186). Sum of RGB (Red+Green+Blue) = 108+143+186=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C8FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8FBA is #937045. Grayscale: #898989. Windows color (decimal): -9662534 or 12226412. OLE color: 12226412.
HSL color Cylindrical-coordinate representation of color #6C8FBA: hue angle of 213.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C8FBA is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 143 | 186 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.27 |
| HSL | 213.08º | 0.36% | 0.58% | - |
| HSV(B) | 213.08º | 0.42% | 0.73% | - |
| XYZ | 24.87 | 26.38 | 50.24 | - |
| YUV | 137.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 186 | 0.42 | 0.23 | 0 | 0.27 | 213.08 | 0.36 | 0.58 |
| Hex | 6C | 8F | BA | 2A | 17 | 0 | 1B | D5 | 24 | 3A |
| Octal | 154 | 217 | 272 | 52 | 27 | 0 | 33 | 325 | 44 | 72 |
| Binary | 1101100 | 10001111 | 10111010 | 101010 | 10111 | 0 | 11011 | 11010101 | 100100 | 111010 |
Color Harmonies of #6C8FBA
Complementary color
Monochromatic Colors of #6C8FBA
Black with #6C8FBA
Text Example
Text Example
White with #6C8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8FBA; }
p { color: rgb(108,143,186); }
H1.HeaderClassName
{
color: #6C8FBA;
}
.AnyTagClassName
{
color: #6C8FBA;
}
</style>
background-color css
<style>
a { background-color: #6C8FBA; }
a { background-color: rgb(108,143,186); }
div.DivClassName
{
background-color: #6C8FBA;
}
.BgClassName
{
background-color: #6C8FBA;
}
</style>
border-color css
<style>
span { border-color: #6C8FBA; }
span { border-color: rgb(108,143,186); }
td.TdClassName
{
border-color: #6C8FBA;
}
.TagClassName
{
border-color: #6C8FBA;
}
</style>