#062E69

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

Shades of Prussian Blue #062E69

Tints of Prussian Blue #062E69

Color information

#062E69 (or 0x062E69) is unknown color: approx Prussian Blue. HEX triplet: 06, 2E and 69. RGB value is (6,46,105). Sum of RGB (Red+Green+Blue) = 6+46+105=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #062E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E69 is #F9D196. Grayscale: #282828. Windows color (decimal): -16372119 or 6893062. OLE color: 6893062.

HSL color Cylindrical-coordinate representation of color #062E69: hue angle of 215.76º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062E69 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB646105-
CMYK0.940.5600.59
HSL215.76º89.19%21.76%-
HSV(B)215.76º94.29%41.18%-
XYZ3.63.0113.76-
YUV40.77164.25103.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 105 (41.41% from 255) = 66.88%
R=3.82%
G=29.30%
B=66.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6461050.940.5600.59215.7689.1921.76
Hex62E695E3803Bd85916
Octal6561511367007333013126
Binary11010111011010011011110111000011101111011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,105); }

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

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

 a { background-color: rgb(6,46,105); }

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

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

 span { border-color: rgb(6,46,105); }

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