Html Css Color HEX #064D50 Sherpa Blue

📋 copy color: '#064D50'

red 6 ◦ green 77 ◦ blue 80

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

Shades of Sherpa Blue #064D50

Tints of Sherpa Blue #064D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.24%

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 3.68%
G = 47.24%
B = 49.08%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#064D50 (or 0x064D50) is known color: Sherpa Blue. HEX triplet: 06, 4D and 50. RGB value is (6,77,80). Sum of RGB (Red+Green+Blue) = 6+77+80=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #064D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064D50 is #F9B2AF. Grayscale: #383838. Windows color (decimal): -16364208 or 5262598. OLE color: 5262598.

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

Color convert

RGB 6 77 80 -
CMYK 0.92 0.04 0 0.69
HSL 182.43º 0.86% 0.17% -
HSV(B) 182.43º 0.93% 0.31% -
XYZ 4.18 5.93 8.51 -
YUV 56.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 6 77 80 0.92 0.04 0 0.69 182.43 0.86 0.17
Hex 6 4D 50 5C 4 0 45 B6 56 11
Octal 6 115 120 134 4 0 105 266 126 21
Binary 110 1001101 1010000 1011100 100 0 1000101 10110110 1010110 10001

Color Harmonies of #064D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D50

Black with #064D50

Text Example


Text Example

White with #064D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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