#062F6D

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

Shades of Prussian Blue #062F6D

Tints of Prussian Blue #062F6D

Color information

#062F6D (or 0x062F6D) is unknown color: approx Prussian Blue. HEX triplet: 06, 2F and 6D. RGB value is (6,47,109). Sum of RGB (Red+Green+Blue) = 6+47+109=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #062F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F6D is #F9D092. Grayscale: #292929. Windows color (decimal): -16371859 or 7155462. OLE color: 7155462.

HSL color Cylindrical-coordinate representation of color #062F6D: hue angle of 216.12º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062F6D is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB647109-
CMYK0.940.5700.57
HSL216.12º89.57%22.55%-
HSV(B)216.12º94.5%42.75%-
XYZ3.853.1814.88-
YUV41.81165.92102.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 109 (42.97% from 255) = 67.28%
R=3.70%
G=29.01%
B=67.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6471090.940.5700.57216.1289.5722.55
Hex62F6D5E39039d85a17
Octal6571551367107133013227
Binary11010111111011011011110111001011100111011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062F6D; }

 p { color: rgb(6,47,109); }

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

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

 a { background-color: rgb(6,47,109); }

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

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

 span { border-color: rgb(6,47,109); }

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