Shades of Prussian Blue #063D6C
Tints of Prussian Blue #063D6C
RGB
CMYK
RGB Variations
Color information
#063D6C (or 0x063D6C) is known color: Prussian Blue. HEX triplet: 06, 3D and 6C. RGB value is (6,61,108). Sum of RGB (Red+Green+Blue) = 6+61+108=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #063D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D6C is #F9C293. Grayscale: #313131. Windows color (decimal): -16368276 or 7093510. OLE color: 7093510.
HSL color Cylindrical-coordinate representation of color #063D6C: hue angle of 207.65º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063D6C is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 61 | 108 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.58 |
| HSL | 207.65º | 0.89% | 0.22% | - |
| HSV(B) | 207.65º | 0.94% | 0.42% | - |
| XYZ | 4.45 | 4.46 | 14.81 | - |
| YUV | 49.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 108 | 0.94 | 0.44 | 0 | 0.58 | 207.65 | 0.89 | 0.22 |
| Hex | 6 | 3D | 6C | 5E | 2C | 0 | 3A | D0 | 59 | 16 |
| Octal | 6 | 75 | 154 | 136 | 54 | 0 | 72 | 320 | 131 | 26 |
| Binary | 110 | 111101 | 1101100 | 1011110 | 101100 | 0 | 111010 | 11010000 | 1011001 | 10110 |
Color Harmonies of #063D6C
Complementary color
Monochromatic Colors of #063D6C
Black with #063D6C
Text Example
Text Example
White with #063D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D6C; }
p { color: rgb(6,61,108); }
H1.HeaderClassName
{
color: #063D6C;
}
.AnyTagClassName
{
color: #063D6C;
}
</style>
background-color css
<style>
a { background-color: #063D6C; }
a { background-color: rgb(6,61,108); }
div.DivClassName
{
background-color: #063D6C;
}
.BgClassName
{
background-color: #063D6C;
}
</style>
border-color css
<style>
span { border-color: #063D6C; }
span { border-color: rgb(6,61,108); }
td.TdClassName
{
border-color: #063D6C;
}
.TagClassName
{
border-color: #063D6C;
}
</style>