Html Css Color HEX #063851 Prussian Blue

📋 copy color: '#063851'

red 6 ◦ green 56 ◦ blue 81

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

Shades of Prussian Blue #063851

Tints of Prussian Blue #063851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.16%

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

R = 4.2%
G = 39.16%
B = 56.64%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063851 (or 0x063851) is known color: Prussian Blue. HEX triplet: 06, 38 and 51. RGB value is (6,56,81). Sum of RGB (Red+Green+Blue) = 6+56+81=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #063851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063851 is #F9C7AE. Grayscale: #2B2B2B. Windows color (decimal): -16369583 or 5322758. OLE color: 5322758.

HSL color Cylindrical-coordinate representation of color #063851: hue angle of 200º 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 #063851 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 56 81 -
CMYK 0.93 0.31 0 0.68
HSL 200º 0.86% 0.17% -
HSV(B) 200º 0.93% 0.32% -
XYZ 2.97 3.46 8.3 -
YUV 43.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 6 56 81 0.93 0.31 0 0.68 200 0.86 0.17
Hex 6 38 51 5D 1F 0 44 C8 56 11
Octal 6 70 121 135 37 0 104 310 126 21
Binary 110 111000 1010001 1011101 11111 0 1000100 11001000 1010110 10001

Color Harmonies of #063851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063851

Black with #063851

Text Example


Text Example

White with #063851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063851; }

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

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

background-color css

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

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

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

border-color css

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

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

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