Shades of Denim #0648CC
Tints of Denim #0648CC
RGB
CMYK
RGB Variations
Color information
#0648CC (or 0x0648CC) is known color: Denim. HEX triplet: 06, 48 and CC. RGB value is (6,72,204). Sum of RGB (Red+Green+Blue) = 6+72+204=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #0648CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0648CC is #F9B733. Grayscale: #424242. Windows color (decimal): -16365364 or 13387782. OLE color: 13387782.
HSL color Cylindrical-coordinate representation of color #0648CC: hue angle of 220º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0648CC is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 72 | 204 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.2 |
| HSL | 220º | 0.94% | 0.41% | - |
| HSV(B) | 220º | 0.97% | 0.8% | - |
| XYZ | 13.29 | 9.03 | 58.17 | - |
| YUV | 67.31 | 205.13 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 204 | 0.97 | 0.65 | 0 | 0.2 | 220 | 0.94 | 0.41 |
| Hex | 6 | 48 | CC | 61 | 41 | 0 | 14 | DC | 5E | 29 |
| Octal | 6 | 110 | 314 | 141 | 101 | 0 | 24 | 334 | 136 | 51 |
| Binary | 110 | 1001000 | 11001100 | 1100001 | 1000001 | 0 | 10100 | 11011100 | 1011110 | 101001 |
Color Harmonies of #0648CC
Complementary color
Monochromatic Colors of #0648CC
Black with #0648CC
Text Example
Text Example
White with #0648CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0648CC; }
p { color: rgb(6,72,204); }
H1.HeaderClassName
{
color: #0648CC;
}
.AnyTagClassName
{
color: #0648CC;
}
</style>
background-color css
<style>
a { background-color: #0648CC; }
a { background-color: rgb(6,72,204); }
div.DivClassName
{
background-color: #0648CC;
}
.BgClassName
{
background-color: #0648CC;
}
</style>
border-color css
<style>
span { border-color: #0648CC; }
span { border-color: rgb(6,72,204); }
td.TdClassName
{
border-color: #0648CC;
}
.TagClassName
{
border-color: #0648CC;
}
</style>