Shades of Danube #6D8FC3
Tints of Danube #6D8FC3
RGB
CMYK
RGB Variations
Color information
#6D8FC3 (or 0x6D8FC3) is known color: Danube. HEX triplet: 6D, 8F and C3. RGB value is (109,143,195). Sum of RGB (Red+Green+Blue) = 109+143+195=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D8FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FC3 is #92703C. Grayscale: #8A8A8A. Windows color (decimal): -9596989 or 12816237. OLE color: 12816237.
HSL color Cylindrical-coordinate representation of color #6D8FC3: hue angle of 216.28º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D8FC3 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 143 | 195 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.24 |
| HSL | 216.28º | 0.42% | 0.6% | - |
| HSV(B) | 216.28º | 0.44% | 0.76% | - |
| XYZ | 25.98 | 26.84 | 55.44 | - |
| YUV | 138.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 195 | 0.44 | 0.27 | 0 | 0.24 | 216.28 | 0.42 | 0.6 |
| Hex | 6D | 8F | C3 | 2C | 1B | 0 | 18 | D8 | 2A | 3C |
| Octal | 155 | 217 | 303 | 54 | 33 | 0 | 30 | 330 | 52 | 74 |
| Binary | 1101101 | 10001111 | 11000011 | 101100 | 11011 | 0 | 11000 | 11011000 | 101010 | 111100 |
Color Harmonies of #6D8FC3
Complementary color
Monochromatic Colors of #6D8FC3
Black with #6D8FC3
Text Example
Text Example
White with #6D8FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8FC3; }
p { color: rgb(109,143,195); }
H1.HeaderClassName
{
color: #6D8FC3;
}
.AnyTagClassName
{
color: #6D8FC3;
}
</style>
background-color css
<style>
a { background-color: #6D8FC3; }
a { background-color: rgb(109,143,195); }
div.DivClassName
{
background-color: #6D8FC3;
}
.BgClassName
{
background-color: #6D8FC3;
}
</style>
border-color css
<style>
span { border-color: #6D8FC3; }
span { border-color: rgb(109,143,195); }
td.TdClassName
{
border-color: #6D8FC3;
}
.TagClassName
{
border-color: #6D8FC3;
}
</style>