Shades of Danube #6993CC
Tints of Danube #6993CC
RGB
CMYK
RGB Variations
Color information
#6993CC (or 0x6993CC) is known color: Danube. HEX triplet: 69, 93 and CC. RGB value is (105,147,204). Sum of RGB (Red+Green+Blue) = 105+147+204=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #6993CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993CC is #966C33. Grayscale: #8C8C8C. Windows color (decimal): -9858100 or 13407081. OLE color: 13407081.
HSL color Cylindrical-coordinate representation of color #6993CC: hue angle of 214.55º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6993CC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 147 | 204 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.2 |
| HSL | 214.55º | 0.49% | 0.61% | - |
| HSV(B) | 214.55º | 0.49% | 0.8% | - |
| XYZ | 27.16 | 28.23 | 61.14 | - |
| YUV | 140.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 204 | 0.49 | 0.28 | 0 | 0.2 | 214.55 | 0.49 | 0.61 |
| Hex | 69 | 93 | CC | 31 | 1C | 0 | 14 | D7 | 31 | 3D |
| Octal | 151 | 223 | 314 | 61 | 34 | 0 | 24 | 327 | 61 | 75 |
| Binary | 1101001 | 10010011 | 11001100 | 110001 | 11100 | 0 | 10100 | 11010111 | 110001 | 111101 |
Color Harmonies of #6993CC
Complementary color
Monochromatic Colors of #6993CC
Black with #6993CC
Text Example
Text Example
White with #6993CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6993CC; }
p { color: rgb(105,147,204); }
H1.HeaderClassName
{
color: #6993CC;
}
.AnyTagClassName
{
color: #6993CC;
}
</style>
background-color css
<style>
a { background-color: #6993CC; }
a { background-color: rgb(105,147,204); }
div.DivClassName
{
background-color: #6993CC;
}
.BgClassName
{
background-color: #6993CC;
}
</style>
border-color css
<style>
span { border-color: #6993CC; }
span { border-color: rgb(105,147,204); }
td.TdClassName
{
border-color: #6993CC;
}
.TagClassName
{
border-color: #6993CC;
}
</style>