Shades of Persian Blue #062EDD
Tints of Persian Blue #062EDD
RGB
CMYK
RGB Variations
Color information
#062EDD (or 0x062EDD) is known color: Persian Blue. HEX triplet: 06, 2E and DD. RGB value is (6,46,221). Sum of RGB (Red+Green+Blue) = 6+46+221=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #062EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062EDD is #F9D122. Grayscale: #353535. Windows color (decimal): -16372003 or 14495238. OLE color: 14495238.
HSL color Cylindrical-coordinate representation of color #062EDD: hue angle of 228.84º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EDD is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 46 | 221 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.13 |
| HSL | 228.84º | 0.95% | 0.45% | - |
| HSV(B) | 228.84º | 0.97% | 0.87% | - |
| XYZ | 14.1 | 7.21 | 69.06 | - |
| YUV | 53.99 | 222.25 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 221 | 0.97 | 0.79 | 0 | 0.13 | 228.84 | 0.95 | 0.45 |
| Hex | 6 | 2E | DD | 61 | 4F | 0 | D | E5 | 5F | 2D |
| Octal | 6 | 56 | 335 | 141 | 117 | 0 | 15 | 345 | 137 | 55 |
| Binary | 110 | 101110 | 11011101 | 1100001 | 1001111 | 0 | 1101 | 11100101 | 1011111 | 101101 |
Color Harmonies of #062EDD
Complementary color
Monochromatic Colors of #062EDD
Black with #062EDD
Text Example
Text Example
White with #062EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062EDD; }
p { color: rgb(6,46,221); }
H1.HeaderClassName
{
color: #062EDD;
}
.AnyTagClassName
{
color: #062EDD;
}
</style>
background-color css
<style>
a { background-color: #062EDD; }
a { background-color: rgb(6,46,221); }
div.DivClassName
{
background-color: #062EDD;
}
.BgClassName
{
background-color: #062EDD;
}
</style>
border-color css
<style>
span { border-color: #062EDD; }
span { border-color: rgb(6,46,221); }
td.TdClassName
{
border-color: #062EDD;
}
.TagClassName
{
border-color: #062EDD;
}
</style>