Shades of Persian Blue #062ECE
Tints of Persian Blue #062ECE
RGB
CMYK
RGB Variations
Color information
#062ECE (or 0x062ECE) is known color: Persian Blue. HEX triplet: 06, 2E and CE. RGB value is (6,46,206). Sum of RGB (Red+Green+Blue) = 6+46+206=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #062ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ECE is #F9D131. Grayscale: #333333. Windows color (decimal): -16372018 or 13512198. OLE color: 13512198.
HSL color Cylindrical-coordinate representation of color #062ECE: hue angle of 228º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062ECE is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 46 | 206 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.19 |
| HSL | 228º | 0.94% | 0.42% | - |
| HSV(B) | 228º | 0.97% | 0.81% | - |
| XYZ | 12.19 | 6.45 | 58.99 | - |
| YUV | 52.28 | 214.75 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 206 | 0.97 | 0.78 | 0 | 0.19 | 228 | 0.94 | 0.42 |
| Hex | 6 | 2E | CE | 61 | 4E | 0 | 13 | E4 | 5E | 2A |
| Octal | 6 | 56 | 316 | 141 | 116 | 0 | 23 | 344 | 136 | 52 |
| Binary | 110 | 101110 | 11001110 | 1100001 | 1001110 | 0 | 10011 | 11100100 | 1011110 | 101010 |
Color Harmonies of #062ECE
Complementary color
Monochromatic Colors of #062ECE
Black with #062ECE
Text Example
Text Example
White with #062ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062ECE; }
p { color: rgb(6,46,206); }
H1.HeaderClassName
{
color: #062ECE;
}
.AnyTagClassName
{
color: #062ECE;
}
</style>
background-color css
<style>
a { background-color: #062ECE; }
a { background-color: rgb(6,46,206); }
div.DivClassName
{
background-color: #062ECE;
}
.BgClassName
{
background-color: #062ECE;
}
</style>
border-color css
<style>
span { border-color: #062ECE; }
span { border-color: rgb(6,46,206); }
td.TdClassName
{
border-color: #062ECE;
}
.TagClassName
{
border-color: #062ECE;
}
</style>