Shades of Danube #6790CF
Tints of Danube #6790CF
RGB
CMYK
RGB Variations
Color information
#6790CF (or 0x6790CF) is known color: Danube. HEX triplet: 67, 90 and CF. RGB value is (103,144,207). Sum of RGB (Red+Green+Blue) = 103+144+207=454 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.69% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #6790CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6790CF is #986F30. Grayscale: #8A8A8A. Windows color (decimal): -9989937 or 13602919. OLE color: 13602919.
HSL color Cylindrical-coordinate representation of color #6790CF: hue angle of 216.35º 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 #6790CF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 144 | 207 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.19 |
| HSL | 216.35º | 0.52% | 0.61% | - |
| HSV(B) | 216.35º | 0.5% | 0.81% | - |
| XYZ | 26.83 | 27.34 | 62.89 | - |
| YUV | 138.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 207 | 0.50 | 0.30 | 0 | 0.19 | 216.35 | 0.52 | 0.61 |
| Hex | 67 | 90 | CF | 32 | 1E | 0 | 13 | D8 | 34 | 3D |
| Octal | 147 | 220 | 317 | 62 | 36 | 0 | 23 | 330 | 64 | 75 |
| Binary | 1100111 | 10010000 | 11001111 | 110010 | 11110 | 0 | 10011 | 11011000 | 110100 | 111101 |
Color Harmonies of #6790CF
Complementary color
Monochromatic Colors of #6790CF
Black with #6790CF
Text Example
Text Example
White with #6790CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790CF; }
p { color: rgb(103,144,207); }
H1.HeaderClassName
{
color: #6790CF;
}
.AnyTagClassName
{
color: #6790CF;
}
</style>
background-color css
<style>
a { background-color: #6790CF; }
a { background-color: rgb(103,144,207); }
div.DivClassName
{
background-color: #6790CF;
}
.BgClassName
{
background-color: #6790CF;
}
</style>
border-color css
<style>
span { border-color: #6790CF; }
span { border-color: rgb(103,144,207); }
td.TdClassName
{
border-color: #6790CF;
}
.TagClassName
{
border-color: #6790CF;
}
</style>