#063654

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

Shades of Prussian Blue #063654

Tints of Prussian Blue #063654

Color information

#063654 (or 0x063654) is unknown color: approx Prussian Blue. HEX triplet: 06, 36 and 54. RGB value is (6,54,84). Sum of RGB (Red+Green+Blue) = 6+54+84=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #063654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063654 is #F9C9AB. Grayscale: #2A2A2A. Windows color (decimal): -16370092 or 5518854. OLE color: 5518854.

HSL color Cylindrical-coordinate representation of color #063654: hue angle of 203.08º 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 #063654 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65484-
CMYK0.930.3600.67
HSL203.08º86.67%17.65%-
HSV(B)203.08º92.86%32.94%-
XYZ2.993.328.87-
YUV43.07151.1101.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 58.33%
R=4.17%
G=37.5%
B=58.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal654840.930.3600.67203.0886.6717.65
Hex636545D24043cb5712
Octal66612413544010331312722
Binary110110110101010010111011001000100001111001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063654; }

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

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

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

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

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

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

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

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