#06425C

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

Shades of Prussian Blue #06425C

Tints of Prussian Blue #06425C

Color information

#06425C (or 0x06425C) is unknown color: approx Prussian Blue. HEX triplet: 06, 42 and 5C. RGB value is (6,66,92). Sum of RGB (Red+Green+Blue) = 6+66+92=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #06425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06425C is #F9BDA3. Grayscale: #323232. Windows color (decimal): -16367012 or 6046214. OLE color: 6046214.

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

Color convert

RGB66692-
CMYK0.930.2800.64
HSL198.14º87.76%19.22%-
HSV(B)198.14º93.48%36.08%-
XYZ3.964.7110.83-
YUV51.02151.1295.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=3.66%
G=40.24%
B=56.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal666920.930.2800.64198.1487.7619.22
Hex6425C5D1C040c65813
Octal610213413534010030613023
Binary110100001010111001011101111000100000011000110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06425C; }

 p { color: rgb(6,66,92); }

 H1.HeaderClassName
 {
   color: #06425C;
 }
 .AnyTagClassName
 {
   color: #06425C;
 }
</style>
background-color css

<style>
 a { background-color: #06425C; }

 a { background-color: rgb(6,66,92); }

 div.DivClassName
 {
   background-color: #06425C;
 }
 .BgClassName
 {
   background-color: #06425C;
 }
</style>
border-color css

<style>
 span { border-color: #06425C; }

 span { border-color: rgb(6,66,92); }

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