Html Css Color HEX #06345D Prussian Blue

📋 copy color: '#06345D'

red 6 ◦ green 52 ◦ blue 93

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

Shades of Prussian Blue #06345D

Tints of Prussian Blue #06345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 61.59%

R = 3.97%
G = 34.44%
B = 61.59%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06345D (or 0x06345D) is known color: Prussian Blue. HEX triplet: 06, 34 and 5D. RGB value is (6,52,93). Sum of RGB (Red+Green+Blue) = 6+52+93=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #06345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06345D is #F9CBA2. Grayscale: #2A2A2A. Windows color (decimal): -16370595 or 6108166. OLE color: 6108166.

HSL color Cylindrical-coordinate representation of color #06345D: hue angle of 208.28º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06345D is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 52 93 -
CMYK 0.94 0.44 0 0.64
HSL 208.28º 0.88% 0.19% -
HSV(B) 208.28º 0.94% 0.36% -
XYZ 3.28 3.29 10.82 -
YUV 42.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 6 52 93 0.94 0.44 0 0.64 208.28 0.88 0.19
Hex 6 34 5D 5E 2C 0 40 D0 58 13
Octal 6 64 135 136 54 0 100 320 130 23
Binary 110 110100 1011101 1011110 101100 0 1000000 11010000 1011000 10011

Color Harmonies of #06345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06345D

Black with #06345D

Text Example


Text Example

White with #06345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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