#064E62

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

Shades of Sherpa Blue #064E62

Tints of Sherpa Blue #064E62

Color information

#064E62 (or 0x064E62) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4E and 62. RGB value is (6,78,98). Sum of RGB (Red+Green+Blue) = 6+78+98=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #064E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E62 is #F9B19D. Grayscale: #3A3A3A. Windows color (decimal): -16363934 or 6442502. OLE color: 6442502.

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

Color convert

RGB67898-
CMYK0.940.2000.62
HSL193.04º88.46%20.39%-
HSV(B)193.04º93.88%38.43%-
XYZ56.3712.52-
YUV58.75150.1590.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 78 (30.86% from 255) = 42.86%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=3.30%
G=42.86%
B=53.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal678980.940.2000.62193.0488.4620.39
Hex64E625E1403Ec15814
Octal61161421362407630113024
Binary11010011101100010101111010100011111011000001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,78,98); }

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

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

 a { background-color: rgb(6,78,98); }

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

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

 span { border-color: rgb(6,78,98); }

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