#063F61

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

Shades of Prussian Blue #063F61

Tints of Prussian Blue #063F61

Color information

#063F61 (or 0x063F61) is unknown color: approx Prussian Blue. HEX triplet: 06, 3F and 61. RGB value is (6,63,97). Sum of RGB (Red+Green+Blue) = 6+63+97=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #063F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F61 is #F9C09E. Grayscale: #313131. Windows color (decimal): -16367775 or 6373126. OLE color: 6373126.

HSL color Cylindrical-coordinate representation of color #063F61: hue angle of 202.42º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063F61 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66397-
CMYK0.940.3500.62
HSL202.42º88.35%20.2%-
HSV(B)202.42º93.81%38.04%-
XYZ4.014.4611.96-
YUV49.83154.6296.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 63 (25% from 255) = 37.95%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=3.61%
G=37.95%
B=58.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal663970.940.3500.62202.4288.3520.2
Hex63F615E2303Eca5814
Octal6771411364307631213024
Binary11011111111000011011110100011011111011001010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,63,97); }

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

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

 a { background-color: rgb(6,63,97); }

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

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

 span { border-color: rgb(6,63,97); }

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