Shades of Denim #0655C4
Tints of Denim #0655C4
RGB
CMYK
RGB Variations
Color information
#0655C4 (or 0x0655C4) is known color: Denim. HEX triplet: 06, 55 and C4. RGB value is (6,85,196). Sum of RGB (Red+Green+Blue) = 6+85+196=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 196 (76.95% from 255 or 68.29% from 287); Max value from RGB is 196 - color contains mainly: blue. Hex color #0655C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0655C4 is #F9AA3B. Grayscale: #494949. Windows color (decimal): -16362044 or 12866822. OLE color: 12866822.
HSL color Cylindrical-coordinate representation of color #0655C4: hue angle of 215.05º 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 #0655C4 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 85 | 196 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.23 |
| HSL | 215.05º | 0.94% | 0.4% | - |
| HSV(B) | 215.05º | 0.97% | 0.77% | - |
| XYZ | 13.29 | 10.52 | 53.56 | - |
| YUV | 74.03 | 196.83 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 196 | 0.97 | 0.57 | 0 | 0.23 | 215.05 | 0.94 | 0.4 |
| Hex | 6 | 55 | C4 | 61 | 39 | 0 | 17 | D7 | 5E | 28 |
| Octal | 6 | 125 | 304 | 141 | 71 | 0 | 27 | 327 | 136 | 50 |
| Binary | 110 | 1010101 | 11000100 | 1100001 | 111001 | 0 | 10111 | 11010111 | 1011110 | 101000 |
Color Harmonies of #0655C4
Complementary color
Monochromatic Colors of #0655C4
Black with #0655C4
Text Example
Text Example
White with #0655C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655C4; }
p { color: rgb(6,85,196); }
H1.HeaderClassName
{
color: #0655C4;
}
.AnyTagClassName
{
color: #0655C4;
}
</style>
background-color css
<style>
a { background-color: #0655C4; }
a { background-color: rgb(6,85,196); }
div.DivClassName
{
background-color: #0655C4;
}
.BgClassName
{
background-color: #0655C4;
}
</style>
border-color css
<style>
span { border-color: #0655C4; }
span { border-color: rgb(6,85,196); }
td.TdClassName
{
border-color: #0655C4;
}
.TagClassName
{
border-color: #0655C4;
}
</style>