#064850

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

Shades of Sherpa Blue #064850

Tints of Sherpa Blue #064850

Color information

#064850 (or 0x064850) is unknown color: approx Sherpa Blue. HEX triplet: 06, 48 and 50. RGB value is (6,72,80). Sum of RGB (Red+Green+Blue) = 6+72+80=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #064850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064850 is #F9B7AF. Grayscale: #353535. Windows color (decimal): -16365488 or 5261318. OLE color: 5261318.

HSL color Cylindrical-coordinate representation of color #064850: hue angle of 186.49º 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 #064850 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB67280-
CMYK0.920.1000.69
HSL186.49º86.05%16.86%-
HSV(B)186.49º92.5%31.37%-
XYZ3.845.258.4-
YUV53.18143.1394.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=3.80%
G=45.57%
B=50.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal672800.920.1000.69186.4986.0516.86
Hex648505CA045ba5611
Octal611012013412010527212621
Binary11010010001010000101110010100100010110111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064850; }

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

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

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

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

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

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

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

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