Html Css Color HEX #06386B Prussian Blue

📋 copy color: '#06386B'

red 6 ◦ green 56 ◦ blue 107

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

Shades of Prussian Blue #06386B

Tints of Prussian Blue #06386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 63.31%

R = 3.55%
G = 33.14%
B = 63.31%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06386B (or 0x06386B) is known color: Prussian Blue. HEX triplet: 06, 38 and 6B. RGB value is (6,56,107). Sum of RGB (Red+Green+Blue) = 6+56+107=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #06386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06386B is #F9C794. Grayscale: #2E2E2E. Windows color (decimal): -16369557 or 7026694. OLE color: 7026694.

HSL color Cylindrical-coordinate representation of color #06386B: hue angle of 210.3º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06386B is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 56 107 -
CMYK 0.94 0.48 0 0.58
HSL 210.3º 0.89% 0.22% -
HSV(B) 210.3º 0.94% 0.42% -
XYZ 4.14 3.93 14.45 -
YUV 46.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 6 56 107 0.94 0.48 0 0.58 210.3 0.89 0.22
Hex 6 38 6B 5E 30 0 3A D2 59 16
Octal 6 70 153 136 60 0 72 322 131 26
Binary 110 111000 1101011 1011110 110000 0 111010 11010010 1011001 10110

Color Harmonies of #06386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06386B

Black with #06386B

Text Example


Text Example

White with #06386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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