Html Css Color HEX #063674 Prussian Blue

📋 copy color: '#063674'

red 6 ◦ green 54 ◦ blue 116

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

Shades of Prussian Blue #063674

Tints of Prussian Blue #063674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

 BLUE value IS 116 (45.7% from 255) = 65.91%

R = 3.41%
G = 30.68%
B = 65.91%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#063674 (or 0x063674) is known color: Prussian Blue. HEX triplet: 06, 36 and 74. RGB value is (6,54,116). Sum of RGB (Red+Green+Blue) = 6+54+116=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #063674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063674 is #F9C98B. Grayscale: #2E2E2E. Windows color (decimal): -16370060 or 7616006. OLE color: 7616006.

HSL color Cylindrical-coordinate representation of color #063674: hue angle of 213.82º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063674 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 54 116 -
CMYK 0.95 0.53 0 0.55
HSL 213.82º 0.9% 0.24% -
HSV(B) 213.82º 0.95% 0.45% -
XYZ 4.55 3.94 17.04 -
YUV 46.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 6 54 116 0.95 0.53 0 0.55 213.82 0.9 0.24
Hex 6 36 74 5F 35 0 37 D6 5A 18
Octal 6 66 164 137 65 0 67 326 132 30
Binary 110 110110 1110100 1011111 110101 0 110111 11010110 1011010 11000

Color Harmonies of #063674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063674

Black with #063674

Text Example


Text Example

White with #063674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063674; }

 p { color: rgb(6,54,116); }

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

background-color css

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

 a { background-color: rgb(6,54,116); }

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

border-color css

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

 span { border-color: rgb(6,54,116); }

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