Html Css Color HEX #06396D Prussian Blue

📋 copy color: '#06396D'

red 6 ◦ green 57 ◦ blue 109

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

Shades of Prussian Blue #06396D

Tints of Prussian Blue #06396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 109 (42.97% from 255) = 63.37%

R = 3.49%
G = 33.14%
B = 63.37%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06396D (or 0x06396D) is known color: Prussian Blue. HEX triplet: 06, 39 and 6D. RGB value is (6,57,109). Sum of RGB (Red+Green+Blue) = 6+57+109=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #06396D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06396D is #F9C692. Grayscale: #2F2F2F. Windows color (decimal): -16369299 or 7158022. OLE color: 7158022.

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

Color convert

RGB 6 57 109 -
CMYK 0.94 0.48 0 0.57
HSL 210.29º 0.9% 0.23% -
HSV(B) 210.29º 0.94% 0.43% -
XYZ 4.3 4.07 15.03 -
YUV 47.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 6 57 109 0.94 0.48 0 0.57 210.29 0.9 0.23
Hex 6 39 6D 5E 30 0 39 D2 5A 17
Octal 6 71 155 136 60 0 71 322 132 27
Binary 110 111001 1101101 1011110 110000 0 111001 11010010 1011010 10111

Color Harmonies of #06396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06396D

Black with #06396D

Text Example


Text Example

White with #06396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,57,109); }

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

background-color css

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

 a { background-color: rgb(6,57,109); }

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

border-color css

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

 span { border-color: rgb(6,57,109); }

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