#06464D

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

Shades of Sherpa Blue #06464D

Tints of Sherpa Blue #06464D

Color information

#06464D (or 0x06464D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 46 and 4D. RGB value is (6,70,77). Sum of RGB (Red+Green+Blue) = 6+70+77=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #06464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06464D is #F9B9B2. Grayscale: #333333. Windows color (decimal): -16366003 or 5064198. OLE color: 5064198.

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

Color convert

RGB67077-
CMYK0.920.0900.70
HSL185.92º85.54%16.27%-
HSV(B)185.92º92.21%30.2%-
XYZ3.64.957.79-
YUV51.66142.395.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=3.92%
G=45.75%
B=50.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal670770.920.0900.70185.9285.5416.27
Hex6464D5C9046ba5610
Octal610611513411010627212620
Binary11010001101001101101110010010100011010111010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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