Html Css Color HEX #063951 Prussian Blue

📋 copy color: '#063951'

red 6 ◦ green 57 ◦ blue 81

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

Shades of Prussian Blue #063951

Tints of Prussian Blue #063951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.58%

 BLUE value IS 81 (32.03% from 255) = 56.25%

R = 4.17%
G = 39.58%
B = 56.25%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063951 (or 0x063951) is known color: Prussian Blue. HEX triplet: 06, 39 and 51. RGB value is (6,57,81). Sum of RGB (Red+Green+Blue) = 6+57+81=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #063951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063951 is #F9C6AE. Grayscale: #2C2C2C. Windows color (decimal): -16369327 or 5323014. OLE color: 5323014.

HSL color Cylindrical-coordinate representation of color #063951: hue angle of 199.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063951 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 57 81 -
CMYK 0.93 0.30 0 0.68
HSL 199.2º 0.86% 0.17% -
HSV(B) 199.2º 0.93% 0.32% -
XYZ 3.02 3.56 8.31 -
YUV 44.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 6 57 81 0.93 0.30 0 0.68 199.2 0.86 0.17
Hex 6 39 51 5D 1E 0 44 C7 56 11
Octal 6 71 121 135 36 0 104 307 126 21
Binary 110 111001 1010001 1011101 11110 0 1000100 11000111 1010110 10001

Color Harmonies of #063951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063951

Black with #063951

Text Example


Text Example

White with #063951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063951; }

 p { color: rgb(6,57,81); }

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

background-color css

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

 a { background-color: rgb(6,57,81); }

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

border-color css

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

 span { border-color: rgb(6,57,81); }

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