Html Css Color HEX #063454 Prussian Blue

📋 copy color: '#063454'

red 6 ◦ green 52 ◦ blue 84

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

Shades of Prussian Blue #063454

Tints of Prussian Blue #063454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.62%

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

R = 4.23%
G = 36.62%
B = 59.15%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063454 (or 0x063454) is known color: Prussian Blue. HEX triplet: 06, 34 and 54. RGB value is (6,52,84). Sum of RGB (Red+Green+Blue) = 6+52+84=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #063454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063454 is #F9CBAB. Grayscale: #292929. Windows color (decimal): -16370604 or 5518342. OLE color: 5518342.

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

Color convert

RGB 6 52 84 -
CMYK 0.93 0.38 0 0.67
HSL 204.62º 0.87% 0.18% -
HSV(B) 204.62º 0.93% 0.33% -
XYZ 2.9 3.13 8.84 -
YUV 41.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 6 52 84 0.93 0.38 0 0.67 204.62 0.87 0.18
Hex 6 34 54 5D 26 0 43 CD 57 12
Octal 6 64 124 135 46 0 103 315 127 22
Binary 110 110100 1010100 1011101 100110 0 1000011 11001101 1010111 10010

Color Harmonies of #063454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063454

Black with #063454

Text Example


Text Example

White with #063454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063454; }

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

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

background-color css

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

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

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

border-color css

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

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

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