Html Css Color HEX #06396F Prussian Blue

📋 copy color: '#06396F'

red 6 ◦ green 57 ◦ blue 111

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

Shades of Prussian Blue #06396F

Tints of Prussian Blue #06396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 3.45%
G = 32.76%
B = 63.79%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#06396F (or 0x06396F) is known color: Prussian Blue. HEX triplet: 06, 39 and 6F. RGB value is (6,57,111). Sum of RGB (Red+Green+Blue) = 6+57+111=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #06396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06396F is #F9C690. Grayscale: #2F2F2F. Windows color (decimal): -16369297 or 7289094. OLE color: 7289094.

HSL color Cylindrical-coordinate representation of color #06396F: hue angle of 210.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06396F is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 57 111 -
CMYK 0.95 0.49 0 0.56
HSL 210.86º 0.9% 0.23% -
HSV(B) 210.86º 0.95% 0.44% -
XYZ 4.41 4.11 15.6 -
YUV 47.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 6 57 111 0.95 0.49 0 0.56 210.86 0.9 0.23
Hex 6 39 6F 5F 31 0 38 D3 5A 17
Octal 6 71 157 137 61 0 70 323 132 27
Binary 110 111001 1101111 1011111 110001 0 111000 11010011 1011010 10111

Color Harmonies of #06396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06396F

Black with #06396F

Text Example


Text Example

White with #06396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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