#064262

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

Shades of Prussian Blue #064262

Tints of Prussian Blue #064262

Color information

#064262 (or 0x064262) is unknown color: approx Prussian Blue. HEX triplet: 06, 42 and 62. RGB value is (6,66,98). Sum of RGB (Red+Green+Blue) = 6+66+98=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #064262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064262 is #F9BD9D. Grayscale: #333333. Windows color (decimal): -16367006 or 6439430. OLE color: 6439430.

HSL color Cylindrical-coordinate representation of color #064262: hue angle of 200.87º 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 #064262 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66698-
CMYK0.940.3300.62
HSL200.87º88.46%20.39%-
HSV(B)200.87º93.88%38.43%-
XYZ4.234.8212.26-
YUV51.71154.1295.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=3.53%
G=38.82%
B=57.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal666980.940.3300.62200.8788.4620.39
Hex642625E2103Ec95814
Octal61021421364107631113024
Binary110100001011000101011110100001011111011001001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064262; }

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

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

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

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

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

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

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

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