#064261

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

Shades of Prussian Blue #064261

Tints of Prussian Blue #064261

Color information

#064261 (or 0x064261) is unknown color: approx Prussian Blue. HEX triplet: 06, 42 and 61. RGB value is (6,66,97). Sum of RGB (Red+Green+Blue) = 6+66+97=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #064261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064261 is #F9BD9E. Grayscale: #333333. Windows color (decimal): -16367007 or 6373894. OLE color: 6373894.

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

Color convert

RGB66697-
CMYK0.940.3200.62
HSL200.44º88.35%20.2%-
HSV(B)200.44º93.81%38.04%-
XYZ4.184.812.02-
YUV51.59153.6295.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=3.55%
G=39.05%
B=57.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal666970.940.3200.62200.4488.3520.2
Hex642615E2003Ec85814
Octal61021411364007631013024
Binary110100001011000011011110100000011111011001000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064261; }

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

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

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

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

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

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

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

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