Shades of Denim #0650C5
Tints of Denim #0650C5
RGB
CMYK
RGB Variations
Color information
#0650C5 (or 0x0650C5) is known color: Denim. HEX triplet: 06, 50 and C5. RGB value is (6,80,197). Sum of RGB (Red+Green+Blue) = 6+80+197=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 197 (77.34% from 255 or 69.61% from 283); Max value from RGB is 197 - color contains mainly: blue. Hex color #0650C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650C5 is #F9AF3A. Grayscale: #464646. Windows color (decimal): -16363323 or 12931078. OLE color: 12931078.
HSL color Cylindrical-coordinate representation of color #0650C5: hue angle of 216.75º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0650C5 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 80 | 197 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.23 |
| HSL | 216.75º | 0.94% | 0.4% | - |
| HSV(B) | 216.75º | 0.97% | 0.77% | - |
| XYZ | 13.02 | 9.81 | 54.03 | - |
| YUV | 71.21 | 198.98 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 197 | 0.97 | 0.59 | 0 | 0.23 | 216.75 | 0.94 | 0.4 |
| Hex | 6 | 50 | C5 | 61 | 3B | 0 | 17 | D9 | 5E | 28 |
| Octal | 6 | 120 | 305 | 141 | 73 | 0 | 27 | 331 | 136 | 50 |
| Binary | 110 | 1010000 | 11000101 | 1100001 | 111011 | 0 | 10111 | 11011001 | 1011110 | 101000 |
Color Harmonies of #0650C5
Complementary color
Monochromatic Colors of #0650C5
Black with #0650C5
Text Example
Text Example
White with #0650C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0650C5; }
p { color: rgb(6,80,197); }
H1.HeaderClassName
{
color: #0650C5;
}
.AnyTagClassName
{
color: #0650C5;
}
</style>
background-color css
<style>
a { background-color: #0650C5; }
a { background-color: rgb(6,80,197); }
div.DivClassName
{
background-color: #0650C5;
}
.BgClassName
{
background-color: #0650C5;
}
</style>
border-color css
<style>
span { border-color: #0650C5; }
span { border-color: rgb(6,80,197); }
td.TdClassName
{
border-color: #0650C5;
}
.TagClassName
{
border-color: #0650C5;
}
</style>