Shades of Prussian Blue #063869
Tints of Prussian Blue #063869
RGB
CMYK
RGB Variations
Color information
#063869 (or 0x063869) is known color: Prussian Blue. HEX triplet: 06, 38 and 69. RGB value is (6,56,105). Sum of RGB (Red+Green+Blue) = 6+56+105=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #063869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063869 is #F9C796. Grayscale: #2E2E2E. Windows color (decimal): -16369559 or 6895622. OLE color: 6895622.
HSL color Cylindrical-coordinate representation of color #063869: hue angle of 209.7º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063869 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 56 | 105 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.59 |
| HSL | 209.7º | 0.89% | 0.22% | - |
| HSV(B) | 209.7º | 0.94% | 0.41% | - |
| XYZ | 4.04 | 3.89 | 13.9 | - |
| YUV | 46.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 105 | 0.94 | 0.47 | 0 | 0.59 | 209.7 | 0.89 | 0.22 |
| Hex | 6 | 38 | 69 | 5E | 2F | 0 | 3B | D2 | 59 | 16 |
| Octal | 6 | 70 | 151 | 136 | 57 | 0 | 73 | 322 | 131 | 26 |
| Binary | 110 | 111000 | 1101001 | 1011110 | 101111 | 0 | 111011 | 11010010 | 1011001 | 10110 |
Color Harmonies of #063869
Complementary color
Monochromatic Colors of #063869
Black with #063869
Text Example
Text Example
White with #063869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063869; }
p { color: rgb(6,56,105); }
H1.HeaderClassName
{
color: #063869;
}
.AnyTagClassName
{
color: #063869;
}
</style>
background-color css
<style>
a { background-color: #063869; }
a { background-color: rgb(6,56,105); }
div.DivClassName
{
background-color: #063869;
}
.BgClassName
{
background-color: #063869;
}
</style>
border-color css
<style>
span { border-color: #063869; }
span { border-color: rgb(6,56,105); }
td.TdClassName
{
border-color: #063869;
}
.TagClassName
{
border-color: #063869;
}
</style>