#063854

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

Shades of Prussian Blue #063854

Tints of Prussian Blue #063854

Color information

#063854 (or 0x063854) is unknown color: approx Prussian Blue. HEX triplet: 06, 38 and 54. RGB value is (6,56,84). Sum of RGB (Red+Green+Blue) = 6+56+84=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #063854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063854 is #F9C7AB. Grayscale: #2C2C2C. Windows color (decimal): -16369580 or 5519366. OLE color: 5519366.

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

Color convert

RGB65684-
CMYK0.930.3300.67
HSL201.54º86.67%17.65%-
HSV(B)201.54º92.86%32.94%-
XYZ3.093.518.9-
YUV44.24150.44100.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 84 (33.20% from 255) = 57.53%
R=4.11%
G=38.36%
B=57.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal656840.930.3300.67201.5486.6717.65
Hex638545D21043ca5712
Octal67012413541010331212722
Binary110111000101010010111011000010100001111001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063854; }

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

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

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

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

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

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

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

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