#064146

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

Shades of Sherpa Blue #064146

Tints of Sherpa Blue #064146

Color information

#064146 (or 0x064146) is unknown color: approx Sherpa Blue. HEX triplet: 06, 41 and 46. RGB value is (6,65,70). Sum of RGB (Red+Green+Blue) = 6+65+70=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #064146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064146 is #F9BEB9. Grayscale: #2F2F2F. Windows color (decimal): -16367290 or 4604166. OLE color: 4604166.

HSL color Cylindrical-coordinate representation of color #064146: hue angle of 184.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064146 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB66570-
CMYK0.910.0700.73
HSL184.69º84.21%14.9%-
HSV(B)184.69º91.43%27.45%-
XYZ3.074.266.46-
YUV47.93140.4598.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=4.26%
G=46.10%
B=49.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal665700.910.0700.73184.6984.2114.9
Hex641465B7049b954f
Octal61011061337011127112417
Binary110100000110001101011011111010010011011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064146; }

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

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

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

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

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

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

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

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