#064D63

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

Shades of Sherpa Blue #064D63

Tints of Sherpa Blue #064D63

Color information

#064D63 (or 0x064D63) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4D and 63. RGB value is (6,77,99). Sum of RGB (Red+Green+Blue) = 6+77+99=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #064D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D63 is #F9B29C. Grayscale: #3A3A3A. Windows color (decimal): -16364189 or 6507782. OLE color: 6507782.

HSL color Cylindrical-coordinate representation of color #064D63: hue angle of 194.19º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064D63 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB67799-
CMYK0.940.2200.61
HSL194.19º88.57%20.59%-
HSV(B)194.19º93.94%38.82%-
XYZ4.986.2512.75-
YUV58.28150.9890.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=3.30%
G=42.31%
B=54.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal677990.940.2200.61194.1988.5720.59
Hex64D635E1603Dc25915
Octal61151431362607530213125
Binary11010011011100011101111010110011110111000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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