#064268

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

Shades of Prussian Blue #064268

Tints of Prussian Blue #064268

Color information

#064268 (or 0x064268) is unknown color: approx Prussian Blue. HEX triplet: 06, 42 and 68. RGB value is (6,66,104). Sum of RGB (Red+Green+Blue) = 6+66+104=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #064268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064268 is #F9BD97. Grayscale: #343434. Windows color (decimal): -16367000 or 6832646. OLE color: 6832646.

HSL color Cylindrical-coordinate representation of color #064268: hue angle of 203.27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064268 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB666104-
CMYK0.940.3700.59
HSL203.27º89.09%21.57%-
HSV(B)203.27º94.23%40.78%-
XYZ4.524.9313.81-
YUV52.39157.1294.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=3.41%
G=37.5%
B=59.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6661040.940.3700.59203.2789.0921.57
Hex642685E2503Bcb5916
Octal61021501364507331313126
Binary110100001011010001011110100101011101111001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064268; }

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

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

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

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

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

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

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

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