Html Css Color HEX #06396E Prussian Blue

📋 copy color: '#06396E'

red 6 ◦ green 57 ◦ blue 110

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

Shades of Prussian Blue #06396E

Tints of Prussian Blue #06396E

RGB

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

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

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

R = 3.47%
G = 32.95%
B = 63.58%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06396E (or 0x06396E) is known color: Prussian Blue. HEX triplet: 06, 39 and 6E. RGB value is (6,57,110). Sum of RGB (Red+Green+Blue) = 6+57+110=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #06396E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06396E is #F9C691. Grayscale: #2F2F2F. Windows color (decimal): -16369298 or 7223558. OLE color: 7223558.

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

Color convert

RGB 6 57 110 -
CMYK 0.95 0.48 0 0.57
HSL 210.58º 0.9% 0.23% -
HSV(B) 210.58º 0.95% 0.43% -
XYZ 4.35 4.09 15.31 -
YUV 47.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 6 57 110 0.95 0.48 0 0.57 210.58 0.9 0.23
Hex 6 39 6E 5F 30 0 39 D3 5A 17
Octal 6 71 156 137 60 0 71 323 132 27
Binary 110 111001 1101110 1011111 110000 0 111001 11010011 1011010 10111

Color Harmonies of #06396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06396E

Black with #06396E

Text Example


Text Example

White with #06396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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