#064E50

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

Shades of Sherpa Blue #064E50

Tints of Sherpa Blue #064E50

Color information

#064E50 (or 0x064E50) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4E and 50. RGB value is (6,78,80). Sum of RGB (Red+Green+Blue) = 6+78+80=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #064E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E50 is #F9B1AF. Grayscale: #383838. Windows color (decimal): -16363952 or 5262854. OLE color: 5262854.

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

Color convert

RGB67880-
CMYK0.920.0200.69
HSL181.62º86.05%16.86%-
HSV(B)181.62º92.5%31.37%-
XYZ4.256.078.54-
YUV56.7141.1591.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.66%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=3.66%
G=47.56%
B=48.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal678800.920.0200.69181.6286.0516.86
Hex64E505C2045b65611
Octal61161201342010526612621
Binary110100111010100001011100100100010110110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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