#063A6C

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

Shades of Prussian Blue #063A6C

Tints of Prussian Blue #063A6C

Color information

#063A6C (or 0x063A6C) is unknown color: approx Prussian Blue. HEX triplet: 06, 3A and 6C. RGB value is (6,58,108). Sum of RGB (Red+Green+Blue) = 6+58+108=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #063A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A6C is #F9C593. Grayscale: #2F2F2F. Windows color (decimal): -16369044 or 7092742. OLE color: 7092742.

HSL color Cylindrical-coordinate representation of color #063A6C: hue angle of 209.41º 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 #063A6C is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB658108-
CMYK0.940.4600.58
HSL209.41º89.47%22.35%-
HSV(B)209.41º94.44%42.35%-
XYZ4.294.1514.76-
YUV48.15161.7797.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 108 (42.58% from 255) = 62.79%
R=3.49%
G=33.72%
B=62.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6581080.940.4600.58209.4189.4722.35
Hex63A6C5E2E03Ad15916
Octal6721541365607232113126
Binary11011101011011001011110101110011101011010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063A6C; }

 p { color: rgb(6,58,108); }

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

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

 a { background-color: rgb(6,58,108); }

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

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

 span { border-color: rgb(6,58,108); }

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