#06415B

Color #06415B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #06415B

Tints of Prussian Blue #06415B

Color information

#06415B (or 0x06415B) is unknown color: approx 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

RGB66591-
CMYK0.930.2900.64
HSL198.35º87.63%19.02%-
HSV(B)198.35º93.41%35.69%-
XYZ3.854.5710.58-
YUV50.32150.9596.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=3.70%
G=40.12%
B=56.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal665910.930.2900.64198.3587.6319.02
Hex6415B5D1D040c65813
Octal610113313535010030613023
Binary110100000110110111011101111010100000011000110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>