Html Css Color HEX #063E61 Prussian Blue

📋 copy color: '#063E61'

red 6 ◦ green 62 ◦ blue 97

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

Shades of Prussian Blue #063E61

Tints of Prussian Blue #063E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.58%

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

R = 3.64%
G = 37.58%
B = 58.79%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#063E61 (or 0x063E61) is known color: Prussian Blue. HEX triplet: 06, 3E and 61. RGB value is (6,62,97). Sum of RGB (Red+Green+Blue) = 6+62+97=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #063E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E61 is #F9C19E. Grayscale: #313131. Windows color (decimal): -16368031 or 6372870. OLE color: 6372870.

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

Color convert

RGB 6 62 97 -
CMYK 0.94 0.36 0 0.62
HSL 203.08º 0.88% 0.2% -
HSV(B) 203.08º 0.94% 0.38% -
XYZ 3.96 4.35 11.94 -
YUV 49.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 6 62 97 0.94 0.36 0 0.62 203.08 0.88 0.2
Hex 6 3E 61 5E 24 0 3E CB 58 14
Octal 6 76 141 136 44 0 76 313 130 24
Binary 110 111110 1100001 1011110 100100 0 111110 11001011 1011000 10100

Color Harmonies of #063E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E61

Black with #063E61

Text Example


Text Example

White with #063E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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