Shades of Denim #0650C7
Tints of Denim #0650C7
RGB
CMYK
RGB Variations
Color information
#0650C7 (or 0x0650C7) is known color: Denim. HEX triplet: 06, 50 and C7. RGB value is (6,80,199). Sum of RGB (Red+Green+Blue) = 6+80+199=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 199 (78.12% from 255 or 69.82% from 285); Max value from RGB is 199 - color contains mainly: blue. Hex color #0650C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650C7 is #F9AF38. Grayscale: #464646. Windows color (decimal): -16363321 or 13062150. OLE color: 13062150.
HSL color Cylindrical-coordinate representation of color #0650C7: hue angle of 216.99º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0650C7 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 80 | 199 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.22 |
| HSL | 216.99º | 0.94% | 0.4% | - |
| HSV(B) | 216.99º | 0.97% | 0.78% | - |
| XYZ | 13.25 | 9.9 | 55.25 | - |
| YUV | 71.44 | 199.98 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 199 | 0.97 | 0.60 | 0 | 0.22 | 216.99 | 0.94 | 0.4 |
| Hex | 6 | 50 | C7 | 61 | 3C | 0 | 16 | D9 | 5E | 28 |
| Octal | 6 | 120 | 307 | 141 | 74 | 0 | 26 | 331 | 136 | 50 |
| Binary | 110 | 1010000 | 11000111 | 1100001 | 111100 | 0 | 10110 | 11011001 | 1011110 | 101000 |
Color Harmonies of #0650C7
Complementary color
Monochromatic Colors of #0650C7
Black with #0650C7
Text Example
Text Example
White with #0650C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650C7; }
p { color: rgb(6,80,199); }
H1.HeaderClassName
{
color: #0650C7;
}
.AnyTagClassName
{
color: #0650C7;
}
</style>
background-color css
<style>
a { background-color: #0650C7; }
a { background-color: rgb(6,80,199); }
div.DivClassName
{
background-color: #0650C7;
}
.BgClassName
{
background-color: #0650C7;
}
</style>
border-color css
<style>
span { border-color: #0650C7; }
span { border-color: rgb(6,80,199); }
td.TdClassName
{
border-color: #0650C7;
}
.TagClassName
{
border-color: #0650C7;
}
</style>