Html Css Color HEX #06294D Prussian Blue

📋 copy color: '#06294D'

red 6 ◦ green 41 ◦ blue 77

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

Shades of Prussian Blue #06294D

Tints of Prussian Blue #06294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.06%

 BLUE value IS 77 (30.47% from 255) = 62.1%

R = 4.84%
G = 33.06%
B = 62.1%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06294D (or 0x06294D) is known color: Prussian Blue. HEX triplet: 06, 29 and 4D. RGB value is (6,41,77). Sum of RGB (Red+Green+Blue) = 6+41+77=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #06294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06294D is #F9D6B2. Grayscale: #222222. Windows color (decimal): -16373427 or 5056774. OLE color: 5056774.

HSL color Cylindrical-coordinate representation of color #06294D: hue angle of 210.42º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06294D is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 41 77 -
CMYK 0.92 0.47 0 0.70
HSL 210.42º 0.86% 0.16% -
HSV(B) 210.42º 0.92% 0.3% -
XYZ 2.21 2.16 7.32 -
YUV 34.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 6 41 77 0.92 0.47 0 0.70 210.42 0.86 0.16
Hex 6 29 4D 5C 2F 0 46 D2 56 10
Octal 6 51 115 134 57 0 106 322 126 20
Binary 110 101001 1001101 1011100 101111 0 1000110 11010010 1010110 10000

Color Harmonies of #06294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06294D

Black with #06294D

Text Example


Text Example

White with #06294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,41,77); }

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

background-color css

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

 a { background-color: rgb(6,41,77); }

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

border-color css

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

 span { border-color: rgb(6,41,77); }

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