#064A5B

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

Shades of Sherpa Blue #064A5B

Tints of Sherpa Blue #064A5B

Color information

#064A5B (or 0x064A5B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4A and 5B. RGB value is (6,74,91). Sum of RGB (Red+Green+Blue) = 6+74+91=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #064A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A5B is #F9B5A4. Grayscale: #373737. Windows color (decimal): -16364965 or 5982726. OLE color: 5982726.

HSL color Cylindrical-coordinate representation of color #064A5B: hue angle of 192º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064A5B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67491-
CMYK0.930.1900.64
HSL192º87.63%19.02%-
HSV(B)192º93.41%35.69%-
XYZ4.415.6910.76-
YUV55.61147.9792.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 74 (29.30% from 255) = 43.27%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=3.51%
G=43.27%
B=53.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal674910.930.1900.6419287.6319.02
Hex64A5B5D13040c05813
Octal611213313523010030013023
Binary110100101010110111011101100110100000011000000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064A5B; }

 p { color: rgb(6,74,91); }

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

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

 a { background-color: rgb(6,74,91); }

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

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

 span { border-color: rgb(6,74,91); }

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