Html Css Color HEX #06405E Prussian Blue

📋 copy color: '#06405E'

red 6 ◦ green 64 ◦ blue 94

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

Shades of Prussian Blue #06405E

Tints of Prussian Blue #06405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

 BLUE value IS 94 (37.11% from 255) = 57.32%

R = 3.66%
G = 39.02%
B = 57.32%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06405E (or 0x06405E) is known color: Prussian Blue. HEX triplet: 06, 40 and 5E. RGB value is (6,64,94). Sum of RGB (Red+Green+Blue) = 6+64+94=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #06405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06405E is #F9BFA1. Grayscale: #313131. Windows color (decimal): -16367522 or 6176774. OLE color: 6176774.

HSL color Cylindrical-coordinate representation of color #06405E: hue angle of 200.45º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06405E is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 64 94 -
CMYK 0.94 0.32 0 0.63
HSL 200.45º 0.88% 0.2% -
HSV(B) 200.45º 0.94% 0.37% -
XYZ 3.93 4.51 11.25 -
YUV 50.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 6 64 94 0.94 0.32 0 0.63 200.45 0.88 0.2
Hex 6 40 5E 5E 20 0 3F C8 58 14
Octal 6 100 136 136 40 0 77 310 130 24
Binary 110 1000000 1011110 1011110 100000 0 111111 11001000 1011000 10100

Color Harmonies of #06405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06405E

Black with #06405E

Text Example


Text Example

White with #06405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,64,94); }

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

background-color css

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

 a { background-color: rgb(6,64,94); }

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

border-color css

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

 span { border-color: rgb(6,64,94); }

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