Html Css Color HEX #064E4D Sherpa Blue

📋 copy color: '#064E4D'

red 6 ◦ green 78 ◦ blue 77

#064E4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #064E4D

Tints of Sherpa Blue #064E4D

RGB

 RED value IS 6 (2.73% from 255) = 3.73%

 GREEN value IS 78 (30.86% from 255) = 48.45%

 BLUE value IS 77 (30.47% from 255) = 47.83%

R = 3.73%
G = 48.45%
B = 47.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#064E4D (or 0x064E4D) is known color: Sherpa Blue. HEX triplet: 06, 4E and 4D. RGB value is (6,78,77). Sum of RGB (Red+Green+Blue) = 6+78+77=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #064E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064E4D is #F9B1B2. Grayscale: #383838. Windows color (decimal): -16363955 or 5066246. OLE color: 5066246.

HSL color Cylindrical-coordinate representation of color #064E4D: hue angle of 179.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E4D is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 78 77 -
CMYK 0.92 0 0.01 0.69
HSL 179.17º 0.86% 0.16% -
HSV(B) 179.17º 0.92% 0.31% -
XYZ 4.14 6.02 7.97 -
YUV 56.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 6 78 77 0.92 0 0.01 0.69 179.17 0.86 0.16
Hex 6 4E 4D 5C 0 1 45 B3 56 10
Octal 6 116 115 134 0 1 105 263 126 20
Binary 110 1001110 1001101 1011100 0 1 1000101 10110011 1010110 10000

Color Harmonies of #064E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E4D

Black with #064E4D

Text Example


Text Example

White with #064E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #064E4D;
 }
 .AnyTagClassName
 {
   color: #064E4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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