Shades of Prussian Blue #063D6B
Tints of Prussian Blue #063D6B
RGB
CMYK
RGB Variations
Color information
#063D6B (or 0x063D6B) is known color: Prussian Blue. HEX triplet: 06, 3D and 6B. RGB value is (6,61,107). Sum of RGB (Red+Green+Blue) = 6+61+107=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #063D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D6B is #F9C294. Grayscale: #313131. Windows color (decimal): -16368277 or 7027974. OLE color: 7027974.
HSL color Cylindrical-coordinate representation of color #063D6B: hue angle of 207.33º 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 #063D6B is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 61 | 107 | - |
| CMYK | 0.94 | 0.43 | 0 | 0.58 |
| HSL | 207.33º | 0.89% | 0.22% | - |
| HSV(B) | 207.33º | 0.94% | 0.42% | - |
| XYZ | 4.4 | 4.44 | 14.53 | - |
| YUV | 49.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 107 | 0.94 | 0.43 | 0 | 0.58 | 207.33 | 0.89 | 0.22 |
| Hex | 6 | 3D | 6B | 5E | 2B | 0 | 3A | CF | 59 | 16 |
| Octal | 6 | 75 | 153 | 136 | 53 | 0 | 72 | 317 | 131 | 26 |
| Binary | 110 | 111101 | 1101011 | 1011110 | 101011 | 0 | 111010 | 11001111 | 1011001 | 10110 |
Color Harmonies of #063D6B
Complementary color
Monochromatic Colors of #063D6B
Black with #063D6B
Text Example
Text Example
White with #063D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D6B; }
p { color: rgb(6,61,107); }
H1.HeaderClassName
{
color: #063D6B;
}
.AnyTagClassName
{
color: #063D6B;
}
</style>
background-color css
<style>
a { background-color: #063D6B; }
a { background-color: rgb(6,61,107); }
div.DivClassName
{
background-color: #063D6B;
}
.BgClassName
{
background-color: #063D6B;
}
</style>
border-color css
<style>
span { border-color: #063D6B; }
span { border-color: rgb(6,61,107); }
td.TdClassName
{
border-color: #063D6B;
}
.TagClassName
{
border-color: #063D6B;
}
</style>