#063F6B

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

Shades of Prussian Blue #063F6B

Tints of Prussian Blue #063F6B

Color information

#063F6B (or 0x063F6B) is unknown color: approx Prussian Blue. HEX triplet: 06, 3F and 6B. RGB value is (6,63,107). Sum of RGB (Red+Green+Blue) = 6+63+107=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #063F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F6B is #F9C094. Grayscale: #323232. Windows color (decimal): -16367765 or 7028486. OLE color: 7028486.

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

Color convert

RGB663107-
CMYK0.940.4100.58
HSL206.14º89.38%22.16%-
HSV(B)206.14º94.39%41.96%-
XYZ4.514.6614.57-
YUV50.97159.6295.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 107 (42.19% from 255) = 60.80%
R=3.41%
G=35.80%
B=60.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6631070.940.4100.58206.1489.3822.16
Hex63F6B5E2903Ace5916
Octal6771531365107231613126
Binary11011111111010111011110101001011101011001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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