Html Css Color HEX #063676 Prussian Blue

📋 copy color: '#063676'

red 6 ◦ green 54 ◦ blue 118

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

Shades of Prussian Blue #063676

Tints of Prussian Blue #063676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 66.29%

R = 3.37%
G = 30.34%
B = 66.29%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063676 (or 0x063676) is known color: Prussian Blue. HEX triplet: 06, 36 and 76. RGB value is (6,54,118). Sum of RGB (Red+Green+Blue) = 6+54+118=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #063676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063676 is #F9C989. Grayscale: #2E2E2E. Windows color (decimal): -16370058 or 7747078. OLE color: 7747078.

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

Color convert

RGB 6 54 118 -
CMYK 0.95 0.54 0 0.54
HSL 214.29º 0.9% 0.24% -
HSV(B) 214.29º 0.95% 0.46% -
XYZ 4.66 3.99 17.66 -
YUV 46.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 6 54 118 0.95 0.54 0 0.54 214.29 0.9 0.24
Hex 6 36 76 5F 36 0 36 D6 5A 18
Octal 6 66 166 137 66 0 66 326 132 30
Binary 110 110110 1110110 1011111 110110 0 110110 11010110 1011010 11000

Color Harmonies of #063676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063676

Black with #063676

Text Example


Text Example

White with #063676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063676; }

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

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

background-color css

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

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

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

border-color css

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

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

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