Shades of Danube #6891CF
Tints of Danube #6891CF
RGB
CMYK
RGB Variations
Color information
#6891CF (or 0x6891CF) is known color: Danube. HEX triplet: 68, 91 and CF. RGB value is (104,145,207). Sum of RGB (Red+Green+Blue) = 104+145+207=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 145 (57.03% from 255 or 31.80% 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 #6891CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6891CF is #976E30. Grayscale: #8B8B8B. Windows color (decimal): -9924145 or 13603176. OLE color: 13603176.
HSL color Cylindrical-coordinate representation of color #6891CF: hue angle of 216.12º 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 #6891CF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 145 | 207 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.19 |
| HSL | 216.12º | 0.52% | 0.61% | - |
| HSV(B) | 216.12º | 0.5% | 0.81% | - |
| XYZ | 27.1 | 27.7 | 62.95 | - |
| YUV | 139.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 207 | 0.50 | 0.30 | 0 | 0.19 | 216.12 | 0.52 | 0.61 |
| Hex | 68 | 91 | CF | 32 | 1E | 0 | 13 | D8 | 34 | 3D |
| Octal | 150 | 221 | 317 | 62 | 36 | 0 | 23 | 330 | 64 | 75 |
| Binary | 1101000 | 10010001 | 11001111 | 110010 | 11110 | 0 | 10011 | 11011000 | 110100 | 111101 |
Color Harmonies of #6891CF
Complementary color
Monochromatic Colors of #6891CF
Black with #6891CF
Text Example
Text Example
White with #6891CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6891CF; }
p { color: rgb(104,145,207); }
H1.HeaderClassName
{
color: #6891CF;
}
.AnyTagClassName
{
color: #6891CF;
}
</style>
background-color css
<style>
a { background-color: #6891CF; }
a { background-color: rgb(104,145,207); }
div.DivClassName
{
background-color: #6891CF;
}
.BgClassName
{
background-color: #6891CF;
}
</style>
border-color css
<style>
span { border-color: #6891CF; }
span { border-color: rgb(104,145,207); }
td.TdClassName
{
border-color: #6891CF;
}
.TagClassName
{
border-color: #6891CF;
}
</style>