Shades of Danube #6A94CF
Tints of Danube #6A94CF
RGB
CMYK
RGB Variations
Color information
#6A94CF (or 0x6A94CF) is known color: Danube. HEX triplet: 6A, 94 and CF. RGB value is (106,148,207). Sum of RGB (Red+Green+Blue) = 106+148+207=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A94CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A94CF is #956B30. Grayscale: #8D8D8D. Windows color (decimal): -9792305 or 13603946. OLE color: 13603946.
HSL color Cylindrical-coordinate representation of color #6A94CF: hue angle of 215.05º 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 #6A94CF is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 148 | 207 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.19 |
| HSL | 215.05º | 0.51% | 0.61% | - |
| HSV(B) | 215.05º | 0.49% | 0.81% | - |
| XYZ | 27.8 | 28.75 | 63.12 | - |
| YUV | 142.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 207 | 0.49 | 0.29 | 0 | 0.19 | 215.05 | 0.51 | 0.61 |
| Hex | 6A | 94 | CF | 31 | 1D | 0 | 13 | D7 | 33 | 3D |
| Octal | 152 | 224 | 317 | 61 | 35 | 0 | 23 | 327 | 63 | 75 |
| Binary | 1101010 | 10010100 | 11001111 | 110001 | 11101 | 0 | 10011 | 11010111 | 110011 | 111101 |
Color Harmonies of #6A94CF
Complementary color
Monochromatic Colors of #6A94CF
Black with #6A94CF
Text Example
Text Example
White with #6A94CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A94CF; }
p { color: rgb(106,148,207); }
H1.HeaderClassName
{
color: #6A94CF;
}
.AnyTagClassName
{
color: #6A94CF;
}
</style>
background-color css
<style>
a { background-color: #6A94CF; }
a { background-color: rgb(106,148,207); }
div.DivClassName
{
background-color: #6A94CF;
}
.BgClassName
{
background-color: #6A94CF;
}
</style>
border-color css
<style>
span { border-color: #6A94CF; }
span { border-color: rgb(106,148,207); }
td.TdClassName
{
border-color: #6A94CF;
}
.TagClassName
{
border-color: #6A94CF;
}
</style>