Html Css Color HEX #06504D Sherpa Blue

📋 copy color: '#06504D'

red 6 ◦ green 80 ◦ blue 77

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

Shades of Sherpa Blue #06504D

Tints of Sherpa Blue #06504D

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

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

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

Color convert

RGB 6 80 77 -
CMYK 0.92 0 0.04 0.69
HSL 177.57º 0.86% 0.17% -
HSV(B) 177.57º 0.93% 0.31% -
XYZ 4.28 6.31 8.01 -
YUV 57.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 6 80 77 0.92 0 0.04 0.69 177.57 0.86 0.17
Hex 6 50 4D 5C 0 4 45 B2 56 11
Octal 6 120 115 134 0 4 105 262 126 21
Binary 110 1010000 1001101 1011100 0 100 1000101 10110010 1010110 10001

Color Harmonies of #06504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06504D

Black with #06504D

Text Example


Text Example

White with #06504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06504D; }

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

 H1.HeaderClassName
 {
   color: #06504D;
 }
 .AnyTagClassName
 {
   color: #06504D;
 }
</style>

background-color css

<style>
 a { background-color: #06504D; }

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

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

border-color css

<style>
 span { border-color: #06504D; }

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

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