Shades of Persian Blue #062ECC
Tints of Persian Blue #062ECC
RGB
CMYK
RGB Variations
Color information
#062ECC (or 0x062ECC) is known color: Persian Blue. HEX triplet: 06, 2E and CC. RGB value is (6,46,204). Sum of RGB (Red+Green+Blue) = 6+46+204=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #062ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ECC is #F9D133. Grayscale: #333333. Windows color (decimal): -16372020 or 13381126. OLE color: 13381126.
HSL color Cylindrical-coordinate representation of color #062ECC: hue angle of 227.88º 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 #062ECC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 46 | 204 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.2 |
| HSL | 227.88º | 0.94% | 0.41% | - |
| HSV(B) | 227.88º | 0.97% | 0.8% | - |
| XYZ | 11.95 | 6.35 | 57.72 | - |
| YUV | 52.05 | 213.75 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 204 | 0.97 | 0.77 | 0 | 0.2 | 227.88 | 0.94 | 0.41 |
| Hex | 6 | 2E | CC | 61 | 4D | 0 | 14 | E4 | 5E | 29 |
| Octal | 6 | 56 | 314 | 141 | 115 | 0 | 24 | 344 | 136 | 51 |
| Binary | 110 | 101110 | 11001100 | 1100001 | 1001101 | 0 | 10100 | 11100100 | 1011110 | 101001 |
Color Harmonies of #062ECC
Complementary color
Monochromatic Colors of #062ECC
Black with #062ECC
Text Example
Text Example
White with #062ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062ECC; }
p { color: rgb(6,46,204); }
H1.HeaderClassName
{
color: #062ECC;
}
.AnyTagClassName
{
color: #062ECC;
}
</style>
background-color css
<style>
a { background-color: #062ECC; }
a { background-color: rgb(6,46,204); }
div.DivClassName
{
background-color: #062ECC;
}
.BgClassName
{
background-color: #062ECC;
}
</style>
border-color css
<style>
span { border-color: #062ECC; }
span { border-color: rgb(6,46,204); }
td.TdClassName
{
border-color: #062ECC;
}
.TagClassName
{
border-color: #062ECC;
}
</style>