Html Css Color HEX #062C62 Prussian Blue

📋 copy color: '#062C62'

red 6 ◦ green 44 ◦ blue 98

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

Shades of Prussian Blue #062C62

Tints of Prussian Blue #062C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.73%

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

R = 4.05%
G = 29.73%
B = 66.22%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#062C62 (or 0x062C62) is known color: Prussian Blue. HEX triplet: 06, 2C and 62. RGB value is (6,44,98). Sum of RGB (Red+Green+Blue) = 6+44+98=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #062C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062C62 is #F9D39D. Grayscale: #262626. Windows color (decimal): -16372638 or 6433798. OLE color: 6433798.

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

Color convert

RGB 6 44 98 -
CMYK 0.94 0.55 0 0.62
HSL 215.22º 0.88% 0.2% -
HSV(B) 215.22º 0.94% 0.38% -
XYZ 3.18 2.72 11.91 -
YUV 38.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 6 44 98 0.94 0.55 0 0.62 215.22 0.88 0.2
Hex 6 2C 62 5E 37 0 3E D7 58 14
Octal 6 54 142 136 67 0 76 327 130 24
Binary 110 101100 1100010 1011110 110111 0 111110 11010111 1011000 10100

Color Harmonies of #062C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C62

Black with #062C62

Text Example


Text Example

White with #062C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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