#063254

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

Shades of Prussian Blue #063254

Tints of Prussian Blue #063254

Color information

#063254 (or 0x063254) is unknown color: approx Prussian Blue. HEX triplet: 06, 32 and 54. RGB value is (6,50,84). Sum of RGB (Red+Green+Blue) = 6+50+84=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #063254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063254 is #F9CDAB. Grayscale: #282828. Windows color (decimal): -16371116 or 5517830. OLE color: 5517830.

HSL color Cylindrical-coordinate representation of color #063254: hue angle of 206.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063254 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65084-
CMYK0.930.4000.67
HSL206.15º86.67%17.65%-
HSV(B)206.15º92.86%32.94%-
XYZ2.822.968.81-
YUV40.72152.42103.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 84 (33.20% from 255) = 60%
R=4.29%
G=35.71%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal650840.930.4000.67206.1586.6717.65
Hex632545D28043ce5712
Octal66212413550010331612722
Binary110110010101010010111011010000100001111001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063254; }

 p { color: rgb(6,50,84); }

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

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

 a { background-color: rgb(6,50,84); }

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

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

 span { border-color: rgb(6,50,84); }

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