Shades of Persian Blue #062DDE
Tints of Persian Blue #062DDE
RGB
CMYK
RGB Variations
Color information
#062DDE (or 0x062DDE) is known color: Persian Blue. HEX triplet: 06, 2D and DE. RGB value is (6,45,222). Sum of RGB (Red+Green+Blue) = 6+45+222=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #062DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DDE is #F9D221. Grayscale: #343434. Windows color (decimal): -16372258 or 14560518. OLE color: 14560518.
HSL color Cylindrical-coordinate representation of color #062DDE: hue angle of 229.17º 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 #062DDE is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 45 | 222 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.13 |
| HSL | 229.17º | 0.95% | 0.45% | - |
| HSV(B) | 229.17º | 0.97% | 0.87% | - |
| XYZ | 14.2 | 7.19 | 69.75 | - |
| YUV | 53.52 | 223.08 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 222 | 0.97 | 0.80 | 0 | 0.13 | 229.17 | 0.95 | 0.45 |
| Hex | 6 | 2D | DE | 61 | 50 | 0 | D | E5 | 5F | 2D |
| Octal | 6 | 55 | 336 | 141 | 120 | 0 | 15 | 345 | 137 | 55 |
| Binary | 110 | 101101 | 11011110 | 1100001 | 1010000 | 0 | 1101 | 11100101 | 1011111 | 101101 |
Color Harmonies of #062DDE
Complementary color
Monochromatic Colors of #062DDE
Black with #062DDE
Text Example
Text Example
White with #062DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062DDE; }
p { color: rgb(6,45,222); }
H1.HeaderClassName
{
color: #062DDE;
}
.AnyTagClassName
{
color: #062DDE;
}
</style>
background-color css
<style>
a { background-color: #062DDE; }
a { background-color: rgb(6,45,222); }
div.DivClassName
{
background-color: #062DDE;
}
.BgClassName
{
background-color: #062DDE;
}
</style>
border-color css
<style>
span { border-color: #062DDE; }
span { border-color: rgb(6,45,222); }
td.TdClassName
{
border-color: #062DDE;
}
.TagClassName
{
border-color: #062DDE;
}
</style>