Shades of Danube #6092CC
Tints of Danube #6092CC
RGB
CMYK
RGB Variations
Color information
#6092CC (or 0x6092CC) is known color: Danube. HEX triplet: 60, 92 and CC. RGB value is (96,146,204). Sum of RGB (Red+Green+Blue) = 96+146+204=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #6092CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6092CC is #9F6D33. Grayscale: #898989. Windows color (decimal): -10448180 or 13406816. OLE color: 13406816.
HSL color Cylindrical-coordinate representation of color #6092CC: hue angle of 212.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6092CC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 146 | 204 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.2 |
| HSL | 212.22º | 0.51% | 0.59% | - |
| HSV(B) | 212.22º | 0.53% | 0.8% | - |
| XYZ | 26 | 27.4 | 61.05 | - |
| YUV | 137.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 204 | 0.53 | 0.28 | 0 | 0.2 | 212.22 | 0.51 | 0.59 |
| Hex | 60 | 92 | CC | 35 | 1C | 0 | 14 | D4 | 33 | 3B |
| Octal | 140 | 222 | 314 | 65 | 34 | 0 | 24 | 324 | 63 | 73 |
| Binary | 1100000 | 10010010 | 11001100 | 110101 | 11100 | 0 | 10100 | 11010100 | 110011 | 111011 |
Color Harmonies of #6092CC
Complementary color
Monochromatic Colors of #6092CC
Black with #6092CC
Text Example
Text Example
White with #6092CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6092CC; }
p { color: rgb(96,146,204); }
H1.HeaderClassName
{
color: #6092CC;
}
.AnyTagClassName
{
color: #6092CC;
}
</style>
background-color css
<style>
a { background-color: #6092CC; }
a { background-color: rgb(96,146,204); }
div.DivClassName
{
background-color: #6092CC;
}
.BgClassName
{
background-color: #6092CC;
}
</style>
border-color css
<style>
span { border-color: #6092CC; }
span { border-color: rgb(96,146,204); }
td.TdClassName
{
border-color: #6092CC;
}
.TagClassName
{
border-color: #6092CC;
}
</style>