Html Css Color HEX #064C4B Sherpa Blue

📋 copy color: '#064C4B'

red 6 ◦ green 76 ◦ blue 75

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

Shades of Sherpa Blue #064C4B

Tints of Sherpa Blue #064C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 47.77%

R = 3.82%
G = 48.41%
B = 47.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#064C4B (or 0x064C4B) is known color: Sherpa Blue. HEX triplet: 06, 4C and 4B. RGB value is (6,76,75). Sum of RGB (Red+Green+Blue) = 6+76+75=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #064C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C4B is #F9B3B4. Grayscale: #363636. Windows color (decimal): -16364469 or 4934662. OLE color: 4934662.

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

Color convert

RGB 6 76 75 -
CMYK 0.92 0 0.01 0.70
HSL 179.14º 0.85% 0.16% -
HSV(B) 179.14º 0.92% 0.3% -
XYZ 3.93 5.72 7.55 -
YUV 54.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 6 76 75 0.92 0 0.01 0.70 179.14 0.85 0.16
Hex 6 4C 4B 5C 0 1 46 B3 55 10
Octal 6 114 113 134 0 1 106 263 125 20
Binary 110 1001100 1001011 1011100 0 1 1000110 10110011 1010101 10000

Color Harmonies of #064C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C4B

Black with #064C4B

Text Example


Text Example

White with #064C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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