#06494D

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

Shades of Sherpa Blue #06494D

Tints of Sherpa Blue #06494D

Color information

#06494D (or 0x06494D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 49 and 4D. RGB value is (6,73,77). Sum of RGB (Red+Green+Blue) = 6+73+77=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #06494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06494D is #F9B6B2. Grayscale: #353535. Windows color (decimal): -16365235 or 5064966. OLE color: 5064966.

HSL color Cylindrical-coordinate representation of color #06494D: hue angle of 183.38º degrees, saturation: 0.86, 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 #06494D is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB67377-
CMYK0.920.0500.70
HSL183.38º85.54%16.27%-
HSV(B)183.38º92.21%30.2%-
XYZ3.85.347.85-
YUV53.42141.394.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=3.85%
G=46.79%
B=49.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal673770.920.0500.70183.3885.5416.27
Hex6494D5C5046b75610
Octal61111151345010626712620
Binary1101001001100110110111001010100011010110111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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