Html Css Color HEX #06346E Prussian Blue

📋 copy color: '#06346E'

red 6 ◦ green 52 ◦ blue 110

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

Shades of Prussian Blue #06346E

Tints of Prussian Blue #06346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 65.48%

R = 3.57%
G = 30.95%
B = 65.48%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06346E (or 0x06346E) is known color: Prussian Blue. HEX triplet: 06, 34 and 6E. RGB value is (6,52,110). Sum of RGB (Red+Green+Blue) = 6+52+110=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #06346E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06346E is #F9CB91. Grayscale: #2C2C2C. Windows color (decimal): -16370578 or 7222278. OLE color: 7222278.

HSL color Cylindrical-coordinate representation of color #06346E: hue angle of 213.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06346E is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 52 110 -
CMYK 0.95 0.53 0 0.57
HSL 213.46º 0.9% 0.23% -
HSV(B) 213.46º 0.95% 0.43% -
XYZ 4.12 3.62 15.23 -
YUV 44.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 6 52 110 0.95 0.53 0 0.57 213.46 0.9 0.23
Hex 6 34 6E 5F 35 0 39 D5 5A 17
Octal 6 64 156 137 65 0 71 325 132 27
Binary 110 110100 1101110 1011111 110101 0 111001 11010101 1011010 10111

Color Harmonies of #06346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06346E

Black with #06346E

Text Example


Text Example

White with #06346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06346E; }

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

 H1.HeaderClassName
 {
   color: #06346E;
 }
 .AnyTagClassName
 {
   color: #06346E;
 }
</style>

background-color css

<style>
 a { background-color: #06346E; }

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

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

border-color css

<style>
 span { border-color: #06346E; }

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

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