Shades of Danube #6B92CA
Tints of Danube #6B92CA
RGB
CMYK
RGB Variations
Color information
#6B92CA (or 0x6B92CA) is known color: Danube. HEX triplet: 6B, 92 and CA. RGB value is (107,146,202). Sum of RGB (Red+Green+Blue) = 107+146+202=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B92CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B92CA is #946D35. Grayscale: #8C8C8C. Windows color (decimal): -9727286 or 13275755. OLE color: 13275755.
HSL color Cylindrical-coordinate representation of color #6B92CA: hue angle of 215.37º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B92CA is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 146 | 202 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.21 |
| HSL | 215.37º | 0.47% | 0.61% | - |
| HSV(B) | 215.37º | 0.47% | 0.79% | - |
| XYZ | 27 | 27.95 | 59.85 | - |
| YUV | 140.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 202 | 0.47 | 0.28 | 0 | 0.21 | 215.37 | 0.47 | 0.61 |
| Hex | 6B | 92 | CA | 2F | 1C | 0 | 15 | D7 | 2F | 3D |
| Octal | 153 | 222 | 312 | 57 | 34 | 0 | 25 | 327 | 57 | 75 |
| Binary | 1101011 | 10010010 | 11001010 | 101111 | 11100 | 0 | 10101 | 11010111 | 101111 | 111101 |
Color Harmonies of #6B92CA
Complementary color
Monochromatic Colors of #6B92CA
Black with #6B92CA
Text Example
Text Example
White with #6B92CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B92CA; }
p { color: rgb(107,146,202); }
H1.HeaderClassName
{
color: #6B92CA;
}
.AnyTagClassName
{
color: #6B92CA;
}
</style>
background-color css
<style>
a { background-color: #6B92CA; }
a { background-color: rgb(107,146,202); }
div.DivClassName
{
background-color: #6B92CA;
}
.BgClassName
{
background-color: #6B92CA;
}
</style>
border-color css
<style>
span { border-color: #6B92CA; }
span { border-color: rgb(107,146,202); }
td.TdClassName
{
border-color: #6B92CA;
}
.TagClassName
{
border-color: #6B92CA;
}
</style>