#062D60

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

Shades of Prussian Blue #062D60

Tints of Prussian Blue #062D60

Color information

#062D60 (or 0x062D60) is unknown color: approx Prussian Blue. HEX triplet: 06, 2D and 60. RGB value is (6,45,96). Sum of RGB (Red+Green+Blue) = 6+45+96=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #062D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062D60 is #F9D29F. Grayscale: #262626. Windows color (decimal): -16372384 or 6302982. OLE color: 6302982.

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

Color convert

RGB64596-
CMYK0.940.5300.62
HSL214º88.24%20%-
HSV(B)214º93.75%37.65%-
XYZ3.122.7611.43-
YUV39.15160.08104.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 45 (17.97% from 255) = 30.61%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=4.08%
G=30.61%
B=65.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal645960.940.5300.6221488.2420
Hex62D605E3503Ed65814
Octal6551401366507632613024
Binary11010110111000001011110110101011111011010110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,45,96); }

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

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

 a { background-color: rgb(6,45,96); }

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

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

 span { border-color: rgb(6,45,96); }

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