Shades of Prussian Blue #063D69
Tints of Prussian Blue #063D69
RGB
CMYK
RGB Variations
Color information
#063D69 (or 0x063D69) is known color: Prussian Blue. HEX triplet: 06, 3D and 69. RGB value is (6,61,105). Sum of RGB (Red+Green+Blue) = 6+61+105=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #063D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D69 is #F9C296. Grayscale: #313131. Windows color (decimal): -16368279 or 6896902. OLE color: 6896902.
HSL color Cylindrical-coordinate representation of color #063D69: hue angle of 206.67º 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 #063D69 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 61 | 105 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.59 |
| HSL | 206.67º | 0.89% | 0.22% | - |
| HSV(B) | 206.67º | 0.94% | 0.41% | - |
| XYZ | 4.29 | 4.4 | 13.99 | - |
| YUV | 49.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 105 | 0.94 | 0.42 | 0 | 0.59 | 206.67 | 0.89 | 0.22 |
| Hex | 6 | 3D | 69 | 5E | 2A | 0 | 3B | CF | 59 | 16 |
| Octal | 6 | 75 | 151 | 136 | 52 | 0 | 73 | 317 | 131 | 26 |
| Binary | 110 | 111101 | 1101001 | 1011110 | 101010 | 0 | 111011 | 11001111 | 1011001 | 10110 |
Color Harmonies of #063D69
Complementary color
Monochromatic Colors of #063D69
Black with #063D69
Text Example
Text Example
White with #063D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D69; }
p { color: rgb(6,61,105); }
H1.HeaderClassName
{
color: #063D69;
}
.AnyTagClassName
{
color: #063D69;
}
</style>
background-color css
<style>
a { background-color: #063D69; }
a { background-color: rgb(6,61,105); }
div.DivClassName
{
background-color: #063D69;
}
.BgClassName
{
background-color: #063D69;
}
</style>
border-color css
<style>
span { border-color: #063D69; }
span { border-color: rgb(6,61,105); }
td.TdClassName
{
border-color: #063D69;
}
.TagClassName
{
border-color: #063D69;
}
</style>