Html Css Color HEX #063F5A Prussian Blue

📋 copy color: '#063F5A'

red 6 ◦ green 63 ◦ blue 90

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

Shades of Prussian Blue #063F5A

Tints of Prussian Blue #063F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 39.62%

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

R = 3.77%
G = 39.62%
B = 56.6%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063F5A (or 0x063F5A) is known color: Prussian Blue. HEX triplet: 06, 3F and 5A. RGB value is (6,63,90). Sum of RGB (Red+Green+Blue) = 6+63+90=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #063F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F5A is #F9C0A5. Grayscale: #303030. Windows color (decimal): -16367782 or 5914374. OLE color: 5914374.

HSL color Cylindrical-coordinate representation of color #063F5A: hue angle of 199.29º 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 #063F5A is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 63 90 -
CMYK 0.93 0.30 0 0.65
HSL 199.29º 0.88% 0.19% -
HSV(B) 199.29º 0.93% 0.35% -
XYZ 3.7 4.33 10.31 -
YUV 49.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 6 63 90 0.93 0.30 0 0.65 199.29 0.88 0.19
Hex 6 3F 5A 5D 1E 0 41 C7 58 13
Octal 6 77 132 135 36 0 101 307 130 23
Binary 110 111111 1011010 1011101 11110 0 1000001 11000111 1011000 10011

Color Harmonies of #063F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F5A

Black with #063F5A

Text Example


Text Example

White with #063F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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