Html Css Color HEX #063456 Prussian Blue

📋 copy color: '#063456'

red 6 ◦ green 52 ◦ blue 86

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

Shades of Prussian Blue #063456

Tints of Prussian Blue #063456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 59.72%

R = 4.17%
G = 36.11%
B = 59.72%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#063456 (or 0x063456) is known color: Prussian Blue. HEX triplet: 06, 34 and 56. RGB value is (6,52,86). Sum of RGB (Red+Green+Blue) = 6+52+86=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #063456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063456 is #F9CBA9. Grayscale: #292929. Windows color (decimal): -16370602 or 5649414. OLE color: 5649414.

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

Color convert

RGB 6 52 86 -
CMYK 0.93 0.40 0 0.66
HSL 205.5º 0.87% 0.18% -
HSV(B) 205.5º 0.93% 0.34% -
XYZ 2.98 3.17 9.26 -
YUV 42.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 6 52 86 0.93 0.40 0 0.66 205.5 0.87 0.18
Hex 6 34 56 5D 28 0 42 CE 57 12
Octal 6 64 126 135 50 0 102 316 127 22
Binary 110 110100 1010110 1011101 101000 0 1000010 11001110 1010111 10010

Color Harmonies of #063456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063456

Black with #063456

Text Example


Text Example

White with #063456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063456; }

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

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

background-color css

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

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

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

border-color css

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

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

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