Shades of Danube #6F93CA
Tints of Danube #6F93CA
RGB
CMYK
RGB Variations
Color information
#6F93CA (or 0x6F93CA) is known color: Danube. HEX triplet: 6F, 93 and CA. RGB value is (111,147,202). Sum of RGB (Red+Green+Blue) = 111+147+202=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F93CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93CA is #906C35. Grayscale: #8E8E8E. Windows color (decimal): -9464886 or 13276015. OLE color: 13276015.
HSL color Cylindrical-coordinate representation of color #6F93CA: hue angle of 216.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F93CA is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 147 | 202 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.21 |
| HSL | 216.26º | 0.46% | 0.61% | - |
| HSV(B) | 216.26º | 0.45% | 0.79% | - |
| XYZ | 27.65 | 28.51 | 59.92 | - |
| YUV | 142.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 202 | 0.45 | 0.27 | 0 | 0.21 | 216.26 | 0.46 | 0.61 |
| Hex | 6F | 93 | CA | 2D | 1B | 0 | 15 | D8 | 2E | 3D |
| Octal | 157 | 223 | 312 | 55 | 33 | 0 | 25 | 330 | 56 | 75 |
| Binary | 1101111 | 10010011 | 11001010 | 101101 | 11011 | 0 | 10101 | 11011000 | 101110 | 111101 |
Color Harmonies of #6F93CA
Complementary color
Monochromatic Colors of #6F93CA
Black with #6F93CA
Text Example
Text Example
White with #6F93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F93CA; }
p { color: rgb(111,147,202); }
H1.HeaderClassName
{
color: #6F93CA;
}
.AnyTagClassName
{
color: #6F93CA;
}
</style>
background-color css
<style>
a { background-color: #6F93CA; }
a { background-color: rgb(111,147,202); }
div.DivClassName
{
background-color: #6F93CA;
}
.BgClassName
{
background-color: #6F93CA;
}
</style>
border-color css
<style>
span { border-color: #6F93CA; }
span { border-color: rgb(111,147,202); }
td.TdClassName
{
border-color: #6F93CA;
}
.TagClassName
{
border-color: #6F93CA;
}
</style>