Html Css Color HEX #062F62 Prussian Blue

📋 copy color: '#062F62'

red 6 ◦ green 47 ◦ blue 98

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

Shades of Prussian Blue #062F62

Tints of Prussian Blue #062F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.13%

 BLUE value IS 98 (38.67% from 255) = 64.9%

R = 3.97%
G = 31.13%
B = 64.9%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062F62 (or 0x062F62) is known color: Prussian Blue. HEX triplet: 06, 2F and 62. RGB value is (6,47,98). Sum of RGB (Red+Green+Blue) = 6+47+98=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #062F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F62 is #F9D09D. Grayscale: #282828. Windows color (decimal): -16371870 or 6434566. OLE color: 6434566.

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

Color convert

RGB 6 47 98 -
CMYK 0.94 0.52 0 0.62
HSL 213.26º 0.88% 0.2% -
HSV(B) 213.26º 0.94% 0.38% -
XYZ 3.3 2.95 11.95 -
YUV 40.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 6 47 98 0.94 0.52 0 0.62 213.26 0.88 0.2
Hex 6 2F 62 5E 34 0 3E D5 58 14
Octal 6 57 142 136 64 0 76 325 130 24
Binary 110 101111 1100010 1011110 110100 0 111110 11010101 1011000 10100

Color Harmonies of #062F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F62

Black with #062F62

Text Example


Text Example

White with #062F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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