Html Css Color HEX #06415B Prussian Blue

📋 copy color: '#06415B'

red 6 ◦ green 65 ◦ blue 91

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

Shades of Prussian Blue #06415B

Tints of Prussian Blue #06415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

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

R = 3.7%
G = 40.12%
B = 56.17%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06415B (or 0x06415B) is known color: Prussian Blue. HEX triplet: 06, 41 and 5B. RGB value is (6,65,91). Sum of RGB (Red+Green+Blue) = 6+65+91=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #06415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06415B is #F9BEA4. Grayscale: #323232. Windows color (decimal): -16367269 or 5980422. OLE color: 5980422.

HSL color Cylindrical-coordinate representation of color #06415B: hue angle of 198.35º 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 #06415B is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 65 91 -
CMYK 0.93 0.29 0 0.64
HSL 198.35º 0.88% 0.19% -
HSV(B) 198.35º 0.93% 0.36% -
XYZ 3.85 4.57 10.58 -
YUV 50.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 6 65 91 0.93 0.29 0 0.64 198.35 0.88 0.19
Hex 6 41 5B 5D 1D 0 40 C6 58 13
Octal 6 101 133 135 35 0 100 306 130 23
Binary 110 1000001 1011011 1011101 11101 0 1000000 11000110 1011000 10011

Color Harmonies of #06415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06415B

Black with #06415B

Text Example


Text Example

White with #06415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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