#064E5D

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

Shades of Sherpa Blue #064E5D

Tints of Sherpa Blue #064E5D

Color information

#064E5D (or 0x064E5D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4E and 5D. RGB value is (6,78,93). Sum of RGB (Red+Green+Blue) = 6+78+93=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #064E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E5D is #F9B1A2. Grayscale: #3A3A3A. Windows color (decimal): -16363939 or 6114822. OLE color: 6114822.

HSL color Cylindrical-coordinate representation of color #064E5D: hue angle of 190.34º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064E5D is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67893-
CMYK0.940.1600.64
HSL190.34º87.88%19.41%-
HSV(B)190.34º93.55%36.47%-
XYZ4.786.2811.32-
YUV58.18147.6590.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=3.39%
G=44.07%
B=52.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal678930.940.1600.64190.3487.8819.41
Hex64E5D5E10040be5813
Octal611613513620010027613023
Binary110100111010111011011110100000100000010111110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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