#06345D

Color #06345D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #06345D

Tints of Prussian Blue #06345D

Color information

#06345D (or 0x06345D) is unknown color: approx 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

RGB65293-
CMYK0.940.4400.64
HSL208.28º87.88%19.41%-
HSV(B)208.28º93.55%36.47%-
XYZ3.283.2910.82-
YUV42.92156.26101.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal652930.940.4400.64208.2887.8819.41
Hex6345D5E2C040d05813
Octal66413513654010032013023
Binary110110100101110110111101011000100000011010000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>