#063469

Color #063469 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #063469

Tints of Prussian Blue #063469

Color information

#063469 (or 0x063469) is unknown color: approx Prussian Blue. HEX triplet: 06, 34 and 69. RGB value is (6,52,105). Sum of RGB (Red+Green+Blue) = 6+52+105=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #063469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063469 is #F9CB96. Grayscale: #2C2C2C. Windows color (decimal): -16370583 or 6894598. OLE color: 6894598.

HSL color Cylindrical-coordinate representation of color #063469: hue angle of 212.12º 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 #063469 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB652105-
CMYK0.940.5000.59
HSL212.12º89.19%21.76%-
HSV(B)212.12º94.29%41.18%-
XYZ3.853.5113.84-
YUV44.29162.26100.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 105 (41.41% from 255) = 64.42%
R=3.68%
G=31.90%
B=64.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6521050.940.5000.59212.1289.1921.76
Hex634695E3203Bd45916
Octal6641511366207332413126
Binary11011010011010011011110110010011101111010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063469; }

 p { color: rgb(6,52,105); }

 H1.HeaderClassName
 {
   color: #063469;
 }
 .AnyTagClassName
 {
   color: #063469;
 }
</style>
background-color css

<style>
 a { background-color: #063469; }

 a { background-color: rgb(6,52,105); }

 div.DivClassName
 {
   background-color: #063469;
 }
 .BgClassName
 {
   background-color: #063469;
 }
</style>
border-color css

<style>
 span { border-color: #063469; }

 span { border-color: rgb(6,52,105); }

 td.TdClassName
 {
   border-color: #063469;
 }
 .TagClassName
 {
   border-color: #063469;
 }
</style>