Html Css Color HEX #06345B Prussian Blue

📋 copy color: '#06345B'

red 6 ◦ green 52 ◦ blue 91

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

Shades of Prussian Blue #06345B

Tints of Prussian Blue #06345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.07%

R = 4.03%
G = 34.9%
B = 61.07%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06345B (or 0x06345B) is known color: Prussian Blue. HEX triplet: 06, 34 and 5B. RGB value is (6,52,91). Sum of RGB (Red+Green+Blue) = 6+52+91=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #06345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06345B is #F9CBA4. Grayscale: #2A2A2A. Windows color (decimal): -16370597 or 5977094. OLE color: 5977094.

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

Color convert

RGB 6 52 91 -
CMYK 0.93 0.43 0 0.64
HSL 207.53º 0.88% 0.19% -
HSV(B) 207.53º 0.93% 0.36% -
XYZ 3.19 3.25 10.36 -
YUV 42.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 6 52 91 0.93 0.43 0 0.64 207.53 0.88 0.19
Hex 6 34 5B 5D 2B 0 40 D0 58 13
Octal 6 64 133 135 53 0 100 320 130 23
Binary 110 110100 1011011 1011101 101011 0 1000000 11010000 1011000 10011

Color Harmonies of #06345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06345B

Black with #06345B

Text Example


Text Example

White with #06345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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