Html Css Color HEX #064F4D Sherpa Blue

📋 copy color: '#064F4D'

red 6 ◦ green 79 ◦ blue 77

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

Shades of Sherpa Blue #064F4D

Tints of Sherpa Blue #064F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.77%

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

R = 3.7%
G = 48.77%
B = 47.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#064F4D (or 0x064F4D) is known color: Sherpa Blue. HEX triplet: 06, 4F and 4D. RGB value is (6,79,77). Sum of RGB (Red+Green+Blue) = 6+79+77=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #064F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F4D is #F9B0B2. Grayscale: #383838. Windows color (decimal): -16363699 or 5066502. OLE color: 5066502.

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

Color convert

RGB 6 79 77 -
CMYK 0.92 0 0.03 0.69
HSL 178.36º 0.86% 0.17% -
HSV(B) 178.36º 0.92% 0.31% -
XYZ 4.21 6.17 7.99 -
YUV 56.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 6 79 77 0.92 0 0.03 0.69 178.36 0.86 0.17
Hex 6 4F 4D 5C 0 3 45 B2 56 11
Octal 6 117 115 134 0 3 105 262 126 21
Binary 110 1001111 1001101 1011100 0 11 1000101 10110010 1010110 10001

Color Harmonies of #064F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F4D

Black with #064F4D

Text Example


Text Example

White with #064F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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