Shades of Prussian Blue #063D68
Tints of Prussian Blue #063D68
RGB
CMYK
RGB Variations
Color information
#063D68 (or 0x063D68) is known color: Prussian Blue. HEX triplet: 06, 3D and 68. RGB value is (6,61,104). Sum of RGB (Red+Green+Blue) = 6+61+104=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #063D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D68 is #F9C297. Grayscale: #313131. Windows color (decimal): -16368280 or 6831366. OLE color: 6831366.
HSL color Cylindrical-coordinate representation of color #063D68: hue angle of 206.33º 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 #063D68 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 61 | 104 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.59 |
| HSL | 206.33º | 0.89% | 0.22% | - |
| HSV(B) | 206.33º | 0.94% | 0.41% | - |
| XYZ | 4.24 | 4.38 | 13.72 | - |
| YUV | 49.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 104 | 0.94 | 0.41 | 0 | 0.59 | 206.33 | 0.89 | 0.22 |
| Hex | 6 | 3D | 68 | 5E | 29 | 0 | 3B | CE | 59 | 16 |
| Octal | 6 | 75 | 150 | 136 | 51 | 0 | 73 | 316 | 131 | 26 |
| Binary | 110 | 111101 | 1101000 | 1011110 | 101001 | 0 | 111011 | 11001110 | 1011001 | 10110 |
Color Harmonies of #063D68
Complementary color
Monochromatic Colors of #063D68
Black with #063D68
Text Example
Text Example
White with #063D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D68; }
p { color: rgb(6,61,104); }
H1.HeaderClassName
{
color: #063D68;
}
.AnyTagClassName
{
color: #063D68;
}
</style>
background-color css
<style>
a { background-color: #063D68; }
a { background-color: rgb(6,61,104); }
div.DivClassName
{
background-color: #063D68;
}
.BgClassName
{
background-color: #063D68;
}
</style>
border-color css
<style>
span { border-color: #063D68; }
span { border-color: rgb(6,61,104); }
td.TdClassName
{
border-color: #063D68;
}
.TagClassName
{
border-color: #063D68;
}
</style>