#06504F

Color #06504F Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #06504F

Tints of Sherpa Blue #06504F

Color information

#06504F (or 0x06504F) is unknown color: approx Sherpa Blue. HEX triplet: 06, 50 and 4F. RGB value is (6,80,79). Sum of RGB (Red+Green+Blue) = 6+80+79=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #06504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06504F is #F9AFB0. Grayscale: #393939. Windows color (decimal): -16363441 or 5197830. OLE color: 5197830.

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

Color convert

RGB68079-
CMYK0.9200.010.69
HSL179.19º86.05%16.86%-
HSV(B)179.19º92.5%31.37%-
XYZ4.366.348.39-
YUV57.76139.9891.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=3.64%
G=48.48%
B=47.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680790.9200.010.69179.1986.0516.86
Hex6504F5C0145b35611
Octal61201171340110526312621
Binary11010100001001111101110001100010110110011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06504F;
 }
 .AnyTagClassName
 {
   color: #06504F;
 }
</style>
background-color css

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

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

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

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

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

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