Shades of Prussian Blue #063868
Tints of Prussian Blue #063868
RGB
CMYK
RGB Variations
Color information
#063868 (or 0x063868) is known color: Prussian Blue. HEX triplet: 06, 38 and 68. RGB value is (6,56,104). Sum of RGB (Red+Green+Blue) = 6+56+104=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #063868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063868 is #F9C797. Grayscale: #2E2E2E. Windows color (decimal): -16369560 or 6830086. OLE color: 6830086.
HSL color Cylindrical-coordinate representation of color #063868: hue angle of 209.39º 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 #063868 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 56 | 104 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.59 |
| HSL | 209.39º | 0.89% | 0.22% | - |
| HSV(B) | 209.39º | 0.94% | 0.41% | - |
| XYZ | 3.99 | 3.87 | 13.63 | - |
| YUV | 46.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 104 | 0.94 | 0.46 | 0 | 0.59 | 209.39 | 0.89 | 0.22 |
| Hex | 6 | 38 | 68 | 5E | 2E | 0 | 3B | D1 | 59 | 16 |
| Octal | 6 | 70 | 150 | 136 | 56 | 0 | 73 | 321 | 131 | 26 |
| Binary | 110 | 111000 | 1101000 | 1011110 | 101110 | 0 | 111011 | 11010001 | 1011001 | 10110 |
Color Harmonies of #063868
Complementary color
Monochromatic Colors of #063868
Black with #063868
Text Example
Text Example
White with #063868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063868; }
p { color: rgb(6,56,104); }
H1.HeaderClassName
{
color: #063868;
}
.AnyTagClassName
{
color: #063868;
}
</style>
background-color css
<style>
a { background-color: #063868; }
a { background-color: rgb(6,56,104); }
div.DivClassName
{
background-color: #063868;
}
.BgClassName
{
background-color: #063868;
}
</style>
border-color css
<style>
span { border-color: #063868; }
span { border-color: rgb(6,56,104); }
td.TdClassName
{
border-color: #063868;
}
.TagClassName
{
border-color: #063868;
}
</style>