#062F6C

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

Shades of Prussian Blue #062F6C

Tints of Prussian Blue #062F6C

Color information

#062F6C (or 0x062F6C) is unknown color: approx Prussian Blue. HEX triplet: 06, 2F and 6C. RGB value is (6,47,108). Sum of RGB (Red+Green+Blue) = 6+47+108=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #062F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F6C is #F9D093. Grayscale: #292929. Windows color (decimal): -16371860 or 7089926. OLE color: 7089926.

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

Color convert

RGB647108-
CMYK0.940.5600.58
HSL215.88º89.47%22.35%-
HSV(B)215.88º94.44%42.35%-
XYZ3.83.1514.6-
YUV41.7165.42102.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 108 (42.58% from 255) = 67.08%
R=3.73%
G=29.19%
B=67.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6471080.940.5600.58215.8889.4722.35
Hex62F6C5E3803Ad85916
Octal6571541367007233013126
Binary11010111111011001011110111000011101011011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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