Html Css Color HEX #064C4D Sherpa Blue

📋 copy color: '#064C4D'

red 6 ◦ green 76 ◦ blue 77

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

Shades of Sherpa Blue #064C4D

Tints of Sherpa Blue #064C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.8%

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

R = 3.77%
G = 47.8%
B = 48.43%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#064C4D (or 0x064C4D) is known color: Sherpa Blue. HEX triplet: 06, 4C and 4D. RGB value is (6,76,77). Sum of RGB (Red+Green+Blue) = 6+76+77=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #064C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C4D is #F9B3B2. Grayscale: #373737. Windows color (decimal): -16364467 or 5065734. OLE color: 5065734.

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

Color convert

RGB 6 76 77 -
CMYK 0.92 0.01 0 0.70
HSL 180.85º 0.86% 0.16% -
HSV(B) 180.85º 0.92% 0.3% -
XYZ 4 5.74 7.92 -
YUV 55.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 6 76 77 0.92 0.01 0 0.70 180.85 0.86 0.16
Hex 6 4C 4D 5C 1 0 46 B5 56 10
Octal 6 114 115 134 1 0 106 265 126 20
Binary 110 1001100 1001101 1011100 1 0 1000110 10110101 1010110 10000

Color Harmonies of #064C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C4D

Black with #064C4D

Text Example


Text Example

White with #064C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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