Html Css Color HEX #063E5A Prussian Blue

📋 copy color: '#063E5A'

red 6 ◦ green 62 ◦ blue 90

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

Shades of Prussian Blue #063E5A

Tints of Prussian Blue #063E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.96%

R = 3.8%
G = 39.24%
B = 56.96%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063E5A (or 0x063E5A) is known color: Prussian Blue. HEX triplet: 06, 3E and 5A. RGB value is (6,62,90). Sum of RGB (Red+Green+Blue) = 6+62+90=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #063E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E5A is #F9C1A5. Grayscale: #303030. Windows color (decimal): -16368038 or 5914118. OLE color: 5914118.

HSL color Cylindrical-coordinate representation of color #063E5A: hue angle of 200º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063E5A is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 62 90 -
CMYK 0.93 0.31 0 0.65
HSL 200º 0.88% 0.19% -
HSV(B) 200º 0.93% 0.35% -
XYZ 3.64 4.22 10.3 -
YUV 48.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 6 62 90 0.93 0.31 0 0.65 200 0.88 0.19
Hex 6 3E 5A 5D 1F 0 41 C8 58 13
Octal 6 76 132 135 37 0 101 310 130 23
Binary 110 111110 1011010 1011101 11111 0 1000001 11001000 1011000 10011

Color Harmonies of #063E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E5A

Black with #063E5A

Text Example


Text Example

White with #063E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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