#064050

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

Shades of Sherpa Blue #064050

Tints of Sherpa Blue #064050

Color information

#064050 (or 0x064050) is unknown color: approx Sherpa Blue. HEX triplet: 06, 40 and 50. RGB value is (6,64,80). Sum of RGB (Red+Green+Blue) = 6+64+80=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #064050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064050 is #F9BFAF. Grayscale: #303030. Windows color (decimal): -16367536 or 5259270. OLE color: 5259270.

HSL color Cylindrical-coordinate representation of color #064050: hue angle of 192.97º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064050 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB66480-
CMYK0.920.2000.69
HSL192.97º86.05%16.86%-
HSV(B)192.97º92.5%31.37%-
XYZ3.364.288.24-
YUV48.48145.7897.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=4%
G=42.67%
B=53.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal664800.920.2000.69192.9786.0516.86
Hex640505C14045c15611
Octal610012013424010530112621
Binary110100000010100001011100101000100010111000001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064050; }

 p { color: rgb(6,64,80); }

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

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

 a { background-color: rgb(6,64,80); }

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

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

 span { border-color: rgb(6,64,80); }

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