Shades of Denim #064CC5
Tints of Denim #064CC5
RGB
CMYK
RGB Variations
Color information
#064CC5 (or 0x064CC5) is known color: Denim. HEX triplet: 06, 4C and C5. RGB value is (6,76,197). Sum of RGB (Red+Green+Blue) = 6+76+197=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 197 (77.34% from 255 or 70.61% from 279); Max value from RGB is 197 - color contains mainly: blue. Hex color #064CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CC5 is #F9B33A. Grayscale: #444444. Windows color (decimal): -16364347 or 12930054. OLE color: 12930054.
HSL color Cylindrical-coordinate representation of color #064CC5: hue angle of 218.01º 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 #064CC5 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 76 | 197 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.23 |
| HSL | 218.01º | 0.94% | 0.4% | - |
| HSV(B) | 218.01º | 0.97% | 0.77% | - |
| XYZ | 12.74 | 9.24 | 53.94 | - |
| YUV | 68.86 | 200.31 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 197 | 0.97 | 0.61 | 0 | 0.23 | 218.01 | 0.94 | 0.4 |
| Hex | 6 | 4C | C5 | 61 | 3D | 0 | 17 | DA | 5E | 28 |
| Octal | 6 | 114 | 305 | 141 | 75 | 0 | 27 | 332 | 136 | 50 |
| Binary | 110 | 1001100 | 11000101 | 1100001 | 111101 | 0 | 10111 | 11011010 | 1011110 | 101000 |
Color Harmonies of #064CC5
Complementary color
Monochromatic Colors of #064CC5
Black with #064CC5
Text Example
Text Example
White with #064CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064CC5; }
p { color: rgb(6,76,197); }
H1.HeaderClassName
{
color: #064CC5;
}
.AnyTagClassName
{
color: #064CC5;
}
</style>
background-color css
<style>
a { background-color: #064CC5; }
a { background-color: rgb(6,76,197); }
div.DivClassName
{
background-color: #064CC5;
}
.BgClassName
{
background-color: #064CC5;
}
</style>
border-color css
<style>
span { border-color: #064CC5; }
span { border-color: rgb(6,76,197); }
td.TdClassName
{
border-color: #064CC5;
}
.TagClassName
{
border-color: #064CC5;
}
</style>