Html Css Color HEX #062E61 Prussian Blue

📋 copy color: '#062E61'

red 6 ◦ green 46 ◦ blue 97

#062E61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #062E61

Tints of Prussian Blue #062E61

RGB

 RED value IS 6 (2.73% from 255) = 4.03%

 GREEN value IS 46 (18.36% from 255) = 30.87%

 BLUE value IS 97 (38.28% from 255) = 65.1%

R = 4.03%
G = 30.87%
B = 65.1%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062E61 (or 0x062E61) is known color: Prussian Blue. HEX triplet: 06, 2E and 61. RGB value is (6,46,97). Sum of RGB (Red+Green+Blue) = 6+46+97=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #062E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E61 is #F9D19E. Grayscale: #272727. Windows color (decimal): -16372127 or 6368774. OLE color: 6368774.

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

Color convert

RGB 6 46 97 -
CMYK 0.94 0.53 0 0.62
HSL 213.63º 0.88% 0.2% -
HSV(B) 213.63º 0.94% 0.38% -
XYZ 3.21 2.86 11.69 -
YUV 39.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 6 46 97 0.94 0.53 0 0.62 213.63 0.88 0.2
Hex 6 2E 61 5E 35 0 3E D6 58 14
Octal 6 56 141 136 65 0 76 326 130 24
Binary 110 101110 1100001 1011110 110101 0 111110 11010110 1011000 10100

Color Harmonies of #062E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E61

Black with #062E61

Text Example


Text Example

White with #062E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #062E61;
 }
 .AnyTagClassName
 {
   color: #062E61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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