Shades of Danube #6793CF
Tints of Danube #6793CF
RGB
CMYK
RGB Variations
Color information
#6793CF (or 0x6793CF) is known color: Danube. HEX triplet: 67, 93 and CF. RGB value is (103,147,207). Sum of RGB (Red+Green+Blue) = 103+147+207=457 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.54% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #6793CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6793CF is #986C30. Grayscale: #8C8C8C. Windows color (decimal): -9989169 or 13603687. OLE color: 13603687.
HSL color Cylindrical-coordinate representation of color #6793CF: hue angle of 214.62º 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 #6793CF is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 147 | 207 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.19 |
| HSL | 214.62º | 0.52% | 0.61% | - |
| HSV(B) | 214.62º | 0.5% | 0.81% | - |
| XYZ | 27.29 | 28.26 | 63.05 | - |
| YUV | 140.68 | 165.42 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 207 | 0.50 | 0.29 | 0 | 0.19 | 214.62 | 0.52 | 0.61 |
| Hex | 67 | 93 | CF | 32 | 1D | 0 | 13 | D7 | 34 | 3D |
| Octal | 147 | 223 | 317 | 62 | 35 | 0 | 23 | 327 | 64 | 75 |
| Binary | 1100111 | 10010011 | 11001111 | 110010 | 11101 | 0 | 10011 | 11010111 | 110100 | 111101 |
Color Harmonies of #6793CF
Complementary color
Monochromatic Colors of #6793CF
Black with #6793CF
Text Example
Text Example
White with #6793CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6793CF; }
p { color: rgb(103,147,207); }
H1.HeaderClassName
{
color: #6793CF;
}
.AnyTagClassName
{
color: #6793CF;
}
</style>
background-color css
<style>
a { background-color: #6793CF; }
a { background-color: rgb(103,147,207); }
div.DivClassName
{
background-color: #6793CF;
}
.BgClassName
{
background-color: #6793CF;
}
</style>
border-color css
<style>
span { border-color: #6793CF; }
span { border-color: rgb(103,147,207); }
td.TdClassName
{
border-color: #6793CF;
}
.TagClassName
{
border-color: #6793CF;
}
</style>