#06464F

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

Shades of Sherpa Blue #06464F

Tints of Sherpa Blue #06464F

Color information

#06464F (or 0x06464F) is unknown color: approx Sherpa Blue. HEX triplet: 06, 46 and 4F. RGB value is (6,70,79). Sum of RGB (Red+Green+Blue) = 6+70+79=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #06464F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06464F is #F9B9B0. Grayscale: #333333. Windows color (decimal): -16366001 or 5195270. OLE color: 5195270.

HSL color Cylindrical-coordinate representation of color #06464F: hue angle of 187.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06464F is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB67079-
CMYK0.920.1100.69
HSL187.4º85.88%16.67%-
HSV(B)187.4º92.41%30.98%-
XYZ3.684.988.17-
YUV51.89143.395.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 79 (31.25% from 255) = 50.97%
R=3.87%
G=45.16%
B=50.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal670790.920.1100.69187.485.8816.67
Hex6464F5CB045bb5611
Octal610611713413010527312621
Binary11010001101001111101110010110100010110111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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