Html Css Color HEX #06405B Prussian Blue

📋 copy color: '#06405B'

red 6 ◦ green 64 ◦ blue 91

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

Shades of Prussian Blue #06405B

Tints of Prussian Blue #06405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.52%

R = 3.73%
G = 39.75%
B = 56.52%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06405B (or 0x06405B) is known color: Prussian Blue. HEX triplet: 06, 40 and 5B. RGB value is (6,64,91). Sum of RGB (Red+Green+Blue) = 6+64+91=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #06405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06405B is #F9BFA4. Grayscale: #313131. Windows color (decimal): -16367525 or 5980166. OLE color: 5980166.

HSL color Cylindrical-coordinate representation of color #06405B: hue angle of 199.06º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06405B is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 64 91 -
CMYK 0.93 0.30 0 0.64
HSL 199.06º 0.88% 0.19% -
HSV(B) 199.06º 0.93% 0.36% -
XYZ 3.8 4.46 10.56 -
YUV 49.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 6 64 91 0.93 0.30 0 0.64 199.06 0.88 0.19
Hex 6 40 5B 5D 1E 0 40 C7 58 13
Octal 6 100 133 135 36 0 100 307 130 23
Binary 110 1000000 1011011 1011101 11110 0 1000000 11000111 1011000 10011

Color Harmonies of #06405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06405B

Black with #06405B

Text Example


Text Example

White with #06405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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