Shades of Danube #6893CF
Tints of Danube #6893CF
RGB
CMYK
RGB Variations
Color information
#6893CF (or 0x6893CF) is known color: Danube. HEX triplet: 68, 93 and CF. RGB value is (104,147,207). Sum of RGB (Red+Green+Blue) = 104+147+207=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6893CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6893CF is #976C30. Grayscale: #8C8C8C. Windows color (decimal): -9923633 or 13603688. OLE color: 13603688.
HSL color Cylindrical-coordinate representation of color #6893CF: hue angle of 214.95º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6893CF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 147 | 207 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.19 |
| HSL | 214.95º | 0.52% | 0.61% | - |
| HSV(B) | 214.95º | 0.5% | 0.81% | - |
| XYZ | 27.41 | 28.32 | 63.05 | - |
| YUV | 140.98 | 165.25 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 207 | 0.50 | 0.29 | 0 | 0.19 | 214.95 | 0.52 | 0.61 |
| Hex | 68 | 93 | CF | 32 | 1D | 0 | 13 | D7 | 34 | 3D |
| Octal | 150 | 223 | 317 | 62 | 35 | 0 | 23 | 327 | 64 | 75 |
| Binary | 1101000 | 10010011 | 11001111 | 110010 | 11101 | 0 | 10011 | 11010111 | 110100 | 111101 |
Color Harmonies of #6893CF
Complementary color
Monochromatic Colors of #6893CF
Black with #6893CF
Text Example
Text Example
White with #6893CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893CF; }
p { color: rgb(104,147,207); }
H1.HeaderClassName
{
color: #6893CF;
}
.AnyTagClassName
{
color: #6893CF;
}
</style>
background-color css
<style>
a { background-color: #6893CF; }
a { background-color: rgb(104,147,207); }
div.DivClassName
{
background-color: #6893CF;
}
.BgClassName
{
background-color: #6893CF;
}
</style>
border-color css
<style>
span { border-color: #6893CF; }
span { border-color: rgb(104,147,207); }
td.TdClassName
{
border-color: #6893CF;
}
.TagClassName
{
border-color: #6893CF;
}
</style>