Html Css Color HEX #06386E Prussian Blue

📋 copy color: '#06386E'

red 6 ◦ green 56 ◦ blue 110

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

Shades of Prussian Blue #06386E

Tints of Prussian Blue #06386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

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

R = 3.49%
G = 32.56%
B = 63.95%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06386E (or 0x06386E) is known color: Prussian Blue. HEX triplet: 06, 38 and 6E. RGB value is (6,56,110). Sum of RGB (Red+Green+Blue) = 6+56+110=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #06386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06386E is #F9C791. Grayscale: #2E2E2E. Windows color (decimal): -16369554 or 7223302. OLE color: 7223302.

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

Color convert

RGB 6 56 110 -
CMYK 0.95 0.49 0 0.57
HSL 211.15º 0.9% 0.23% -
HSV(B) 211.15º 0.95% 0.43% -
XYZ 4.3 3.99 15.3 -
YUV 47.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 6 56 110 0.95 0.49 0 0.57 211.15 0.9 0.23
Hex 6 38 6E 5F 31 0 39 D3 5A 17
Octal 6 70 156 137 61 0 71 323 132 27
Binary 110 111000 1101110 1011111 110001 0 111001 11010011 1011010 10111

Color Harmonies of #06386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06386E

Black with #06386E

Text Example


Text Example

White with #06386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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