Html Css Color HEX #06325F Prussian Blue

📋 copy color: '#06325F'

red 6 ◦ green 50 ◦ blue 95

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

Shades of Prussian Blue #06325F

Tints of Prussian Blue #06325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

 BLUE value IS 95 (37.5% from 255) = 62.91%

R = 3.97%
G = 33.11%
B = 62.91%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06325F (or 0x06325F) is known color: Prussian Blue. HEX triplet: 06, 32 and 5F. RGB value is (6,50,95). Sum of RGB (Red+Green+Blue) = 6+50+95=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #06325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06325F is #F9CDA0. Grayscale: #292929. Windows color (decimal): -16371105 or 6238726. OLE color: 6238726.

HSL color Cylindrical-coordinate representation of color #06325F: hue angle of 210.34º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06325F is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 50 95 -
CMYK 0.94 0.47 0 0.63
HSL 210.34º 0.88% 0.2% -
HSV(B) 210.34º 0.94% 0.37% -
XYZ 3.28 3.15 11.26 -
YUV 41.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 6 50 95 0.94 0.47 0 0.63 210.34 0.88 0.2
Hex 6 32 5F 5E 2F 0 3F D2 58 14
Octal 6 62 137 136 57 0 77 322 130 24
Binary 110 110010 1011111 1011110 101111 0 111111 11010010 1011000 10100

Color Harmonies of #06325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06325F

Black with #06325F

Text Example


Text Example

White with #06325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06325F; }

 p { color: rgb(6,50,95); }

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

background-color css

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

 a { background-color: rgb(6,50,95); }

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

border-color css

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

 span { border-color: rgb(6,50,95); }

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