Html Css Color HEX #06345F Prussian Blue

📋 copy color: '#06345F'

red 6 ◦ green 52 ◦ blue 95

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

Shades of Prussian Blue #06345F

Tints of Prussian Blue #06345F

RGB

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

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

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

R = 3.92%
G = 33.99%
B = 62.09%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06345F (or 0x06345F) is known color: Prussian Blue. HEX triplet: 06, 34 and 5F. RGB value is (6,52,95). Sum of RGB (Red+Green+Blue) = 6+52+95=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #06345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06345F is #F9CBA0. Grayscale: #2A2A2A. Windows color (decimal): -16370593 or 6239238. OLE color: 6239238.

HSL color Cylindrical-coordinate representation of color #06345F: hue angle of 208.99º 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 #06345F is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 52 95 -
CMYK 0.94 0.45 0 0.63
HSL 208.99º 0.88% 0.2% -
HSV(B) 208.99º 0.94% 0.37% -
XYZ 3.37 3.32 11.29 -
YUV 43.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 6 52 95 0.94 0.45 0 0.63 208.99 0.88 0.2
Hex 6 34 5F 5E 2D 0 3F D1 58 14
Octal 6 64 137 136 55 0 77 321 130 24
Binary 110 110100 1011111 1011110 101101 0 111111 11010001 1011000 10100

Color Harmonies of #06345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06345F

Black with #06345F

Text Example


Text Example

White with #06345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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