Shades of Danube #6A8FCF
Tints of Danube #6A8FCF
RGB
CMYK
RGB Variations
Color information
#6A8FCF (or 0x6A8FCF) is known color: Danube. HEX triplet: 6A, 8F and CF. RGB value is (106,143,207). Sum of RGB (Red+Green+Blue) = 106+143+207=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A8FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8FCF is #957030. Grayscale: #8A8A8A. Windows color (decimal): -9793585 or 13602666. OLE color: 13602666.
HSL color Cylindrical-coordinate representation of color #6A8FCF: hue angle of 218.02º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A8FCF is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 143 | 207 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.19 |
| HSL | 218.02º | 0.51% | 0.61% | - |
| HSV(B) | 218.02º | 0.49% | 0.81% | - |
| XYZ | 27.03 | 27.21 | 62.86 | - |
| YUV | 139.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 207 | 0.49 | 0.31 | 0 | 0.19 | 218.02 | 0.51 | 0.61 |
| Hex | 6A | 8F | CF | 31 | 1F | 0 | 13 | DA | 33 | 3D |
| Octal | 152 | 217 | 317 | 61 | 37 | 0 | 23 | 332 | 63 | 75 |
| Binary | 1101010 | 10001111 | 11001111 | 110001 | 11111 | 0 | 10011 | 11011010 | 110011 | 111101 |
Color Harmonies of #6A8FCF
Complementary color
Monochromatic Colors of #6A8FCF
Black with #6A8FCF
Text Example
Text Example
White with #6A8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8FCF; }
p { color: rgb(106,143,207); }
H1.HeaderClassName
{
color: #6A8FCF;
}
.AnyTagClassName
{
color: #6A8FCF;
}
</style>
background-color css
<style>
a { background-color: #6A8FCF; }
a { background-color: rgb(106,143,207); }
div.DivClassName
{
background-color: #6A8FCF;
}
.BgClassName
{
background-color: #6A8FCF;
}
</style>
border-color css
<style>
span { border-color: #6A8FCF; }
span { border-color: rgb(106,143,207); }
td.TdClassName
{
border-color: #6A8FCF;
}
.TagClassName
{
border-color: #6A8FCF;
}
</style>