Shades of Prussian Blue #063F62
Tints of Prussian Blue #063F62
RGB
CMYK
RGB Variations
Color information
#063F62 (or 0x063F62) is known color: Prussian Blue. HEX triplet: 06, 3F and 62. RGB value is (6,63,98). Sum of RGB (Red+Green+Blue) = 6+63+98=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #063F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F62 is #F9C09D. Grayscale: #313131. Windows color (decimal): -16367774 or 6438662. OLE color: 6438662.
HSL color Cylindrical-coordinate representation of color #063F62: hue angle of 202.83º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063F62 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 63 | 98 | - |
| CMYK | 0.94 | 0.36 | 0 | 0.62 |
| HSL | 202.83º | 0.88% | 0.2% | - |
| HSV(B) | 202.83º | 0.94% | 0.38% | - |
| XYZ | 4.06 | 4.48 | 12.21 | - |
| YUV | 49.95 | 155.12 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 98 | 0.94 | 0.36 | 0 | 0.62 | 202.83 | 0.88 | 0.2 |
| Hex | 6 | 3F | 62 | 5E | 24 | 0 | 3E | CB | 58 | 14 |
| Octal | 6 | 77 | 142 | 136 | 44 | 0 | 76 | 313 | 130 | 24 |
| Binary | 110 | 111111 | 1100010 | 1011110 | 100100 | 0 | 111110 | 11001011 | 1011000 | 10100 |
Color Harmonies of #063F62
Complementary color
Monochromatic Colors of #063F62
Black with #063F62
Text Example
Text Example
White with #063F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F62; }
p { color: rgb(6,63,98); }
H1.HeaderClassName
{
color: #063F62;
}
.AnyTagClassName
{
color: #063F62;
}
</style>
background-color css
<style>
a { background-color: #063F62; }
a { background-color: rgb(6,63,98); }
div.DivClassName
{
background-color: #063F62;
}
.BgClassName
{
background-color: #063F62;
}
</style>
border-color css
<style>
span { border-color: #063F62; }
span { border-color: rgb(6,63,98); }
td.TdClassName
{
border-color: #063F62;
}
.TagClassName
{
border-color: #063F62;
}
</style>