#064D61

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

Shades of Sherpa Blue #064D61

Tints of Sherpa Blue #064D61

Color information

#064D61 (or 0x064D61) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4D and 61. RGB value is (6,77,97). Sum of RGB (Red+Green+Blue) = 6+77+97=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #064D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D61 is #F9B29E. Grayscale: #393939. Windows color (decimal): -16364191 or 6376710. OLE color: 6376710.

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

Color convert

RGB67797-
CMYK0.940.2100.62
HSL193.19º88.35%20.2%-
HSV(B)193.19º93.81%38.04%-
XYZ4.896.2112.25-
YUV58.05149.9890.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 77 (30.47% from 255) = 42.78%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=3.33%
G=42.78%
B=53.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal677970.940.2100.62193.1988.3520.2
Hex64D615E1503Ec15814
Octal61151411362507630113024
Binary11010011011100001101111010101011111011000001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064D61; }

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

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

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

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

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

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

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

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