Shades of Persian Blue #063EEF
Tints of Persian Blue #063EEF
RGB
CMYK
RGB Variations
Color information
#063EEF (or 0x063EEF) is known color: Persian Blue. HEX triplet: 06, 3E and EF. RGB value is (6,62,239). Sum of RGB (Red+Green+Blue) = 6+62+239=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #063EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063EEF is #F9C110. Grayscale: #404040. Windows color (decimal): -16367889 or 15678982. OLE color: 15678982.
HSL color Cylindrical-coordinate representation of color #063EEF: hue angle of 225.58º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EEF is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 62 | 239 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.06 |
| HSL | 225.58º | 0.95% | 0.48% | - |
| HSV(B) | 225.58º | 0.97% | 0.94% | - |
| XYZ | 17.38 | 9.72 | 82.62 | - |
| YUV | 65.43 | 225.95 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 239 | 0.97 | 0.74 | 0 | 0.06 | 225.58 | 0.95 | 0.48 |
| Hex | 6 | 3E | EF | 61 | 4A | 0 | 6 | E2 | 5F | 30 |
| Octal | 6 | 76 | 357 | 141 | 112 | 0 | 6 | 342 | 137 | 60 |
| Binary | 110 | 111110 | 11101111 | 1100001 | 1001010 | 0 | 110 | 11100010 | 1011111 | 110000 |
Color Harmonies of #063EEF
Complementary color
Monochromatic Colors of #063EEF
Black with #063EEF
Text Example
Text Example
White with #063EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EEF; }
p { color: rgb(6,62,239); }
H1.HeaderClassName
{
color: #063EEF;
}
.AnyTagClassName
{
color: #063EEF;
}
</style>
background-color css
<style>
a { background-color: #063EEF; }
a { background-color: rgb(6,62,239); }
div.DivClassName
{
background-color: #063EEF;
}
.BgClassName
{
background-color: #063EEF;
}
</style>
border-color css
<style>
span { border-color: #063EEF; }
span { border-color: rgb(6,62,239); }
td.TdClassName
{
border-color: #063EEF;
}
.TagClassName
{
border-color: #063EEF;
}
</style>