#06514F

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

Shades of Sherpa Blue #06514F

Tints of Sherpa Blue #06514F

Color information

#06514F (or 0x06514F) is unknown color: approx Sherpa Blue. HEX triplet: 06, 51 and 4F. RGB value is (6,81,79). Sum of RGB (Red+Green+Blue) = 6+81+79=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #06514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06514F is #F9AEB0. Grayscale: #3A3A3A. Windows color (decimal): -16363185 or 5198086. OLE color: 5198086.

HSL color Cylindrical-coordinate representation of color #06514F: hue angle of 178.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06514F is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB68179-
CMYK0.9300.020.68
HSL178.4º86.21%17.06%-
HSV(B)178.4º92.59%31.76%-
XYZ4.436.498.42-
YUV58.35139.6590.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=3.61%
G=48.80%
B=47.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681790.9300.020.68178.486.2117.06
Hex6514F5D0244b25611
Octal61211171350210426212621
Binary110101000110011111011101010100010010110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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