#064C62

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

Shades of Sherpa Blue #064C62

Tints of Sherpa Blue #064C62

Color information

#064C62 (or 0x064C62) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4C and 62. RGB value is (6,76,98). Sum of RGB (Red+Green+Blue) = 6+76+98=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #064C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C62 is #F9B39D. Grayscale: #393939. Windows color (decimal): -16364446 or 6441990. OLE color: 6441990.

HSL color Cylindrical-coordinate representation of color #064C62: hue angle of 194.35º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064C62 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67698-
CMYK0.940.2200.62
HSL194.35º88.46%20.39%-
HSV(B)194.35º93.88%38.43%-
XYZ4.866.0912.47-
YUV57.58150.8191.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 76 (30.08% from 255) = 42.22%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=3.33%
G=42.22%
B=54.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal676980.940.2200.62194.3588.4620.39
Hex64C625E1603Ec25814
Octal61141421362607630213024
Binary11010011001100010101111010110011111011000010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,76,98); }

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

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

 a { background-color: rgb(6,76,98); }

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

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

 span { border-color: rgb(6,76,98); }

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