Html Css Color HEX #064C4A Sherpa Blue

📋 copy color: '#064C4A'

red 6 ◦ green 76 ◦ blue 74

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

Shades of Sherpa Blue #064C4A

Tints of Sherpa Blue #064C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 47.44%

R = 3.85%
G = 48.72%
B = 47.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#064C4A (or 0x064C4A) is known color: Sherpa Blue. HEX triplet: 06, 4C and 4A. RGB value is (6,76,74). Sum of RGB (Red+Green+Blue) = 6+76+74=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #064C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C4A is #F9B3B5. Grayscale: #363636. Windows color (decimal): -16364470 or 4869126. OLE color: 4869126.

HSL color Cylindrical-coordinate representation of color #064C4A: hue angle of 178.29º degrees, saturation: 0.85, 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 #064C4A is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 76 74 -
CMYK 0.92 0 0.03 0.70
HSL 178.29º 0.85% 0.16% -
HSV(B) 178.29º 0.92% 0.3% -
XYZ 3.9 5.7 7.37 -
YUV 54.84 138.81 93.16 -
System Red Green Blue C M Y K H S L
Decimal 6 76 74 0.92 0 0.03 0.70 178.29 0.85 0.16
Hex 6 4C 4A 5C 0 3 46 B2 55 10
Octal 6 114 112 134 0 3 106 262 125 20
Binary 110 1001100 1001010 1011100 0 11 1000110 10110010 1010101 10000

Color Harmonies of #064C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C4A

Black with #064C4A

Text Example


Text Example

White with #064C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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