Html Css Color HEX #063554 Prussian Blue

📋 copy color: '#063554'

red 6 ◦ green 53 ◦ blue 84

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

Shades of Prussian Blue #063554

Tints of Prussian Blue #063554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

 BLUE value IS 84 (33.2% from 255) = 58.74%

R = 4.2%
G = 37.06%
B = 58.74%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063554 (or 0x063554) is known color: Prussian Blue. HEX triplet: 06, 35 and 54. RGB value is (6,53,84). Sum of RGB (Red+Green+Blue) = 6+53+84=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #063554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063554 is #F9CAAB. Grayscale: #2A2A2A. Windows color (decimal): -16370348 or 5518598. OLE color: 5518598.

HSL color Cylindrical-coordinate representation of color #063554: hue angle of 203.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063554 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 53 84 -
CMYK 0.93 0.37 0 0.67
HSL 203.85º 0.87% 0.18% -
HSV(B) 203.85º 0.93% 0.33% -
XYZ 2.95 3.23 8.85 -
YUV 42.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 6 53 84 0.93 0.37 0 0.67 203.85 0.87 0.18
Hex 6 35 54 5D 25 0 43 CC 57 12
Octal 6 65 124 135 45 0 103 314 127 22
Binary 110 110101 1010100 1011101 100101 0 1000011 11001100 1010111 10010

Color Harmonies of #063554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063554

Black with #063554

Text Example


Text Example

White with #063554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063554; }

 p { color: rgb(6,53,84); }

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

background-color css

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

 a { background-color: rgb(6,53,84); }

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

border-color css

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

 span { border-color: rgb(6,53,84); }

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