Html Css Color HEX #06326E Prussian Blue

📋 copy color: '#06326E'

red 6 ◦ green 50 ◦ blue 110

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

Shades of Prussian Blue #06326E

Tints of Prussian Blue #06326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.12%

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

R = 3.61%
G = 30.12%
B = 66.27%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06326E (or 0x06326E) is known color: Prussian Blue. HEX triplet: 06, 32 and 6E. RGB value is (6,50,110). Sum of RGB (Red+Green+Blue) = 6+50+110=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #06326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06326E is #F9CD91. Grayscale: #2B2B2B. Windows color (decimal): -16371090 or 7221766. OLE color: 7221766.

HSL color Cylindrical-coordinate representation of color #06326E: hue angle of 214.62º 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 #06326E is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 50 110 -
CMYK 0.95 0.55 0 0.57
HSL 214.62º 0.9% 0.23% -
HSV(B) 214.62º 0.95% 0.43% -
XYZ 4.03 3.45 15.2 -
YUV 43.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 6 50 110 0.95 0.55 0 0.57 214.62 0.9 0.23
Hex 6 32 6E 5F 37 0 39 D7 5A 17
Octal 6 62 156 137 67 0 71 327 132 27
Binary 110 110010 1101110 1011111 110111 0 111001 11010111 1011010 10111

Color Harmonies of #06326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06326E

Black with #06326E

Text Example


Text Example

White with #06326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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