#064C61

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

Shades of Sherpa Blue #064C61

Tints of Sherpa Blue #064C61

Color information

#064C61 (or 0x064C61) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4C and 61. RGB value is (6,76,97). Sum of RGB (Red+Green+Blue) = 6+76+97=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #064C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064C61 is #F9B39E. Grayscale: #393939. Windows color (decimal): -16364447 or 6376454. OLE color: 6376454.

HSL color Cylindrical-coordinate representation of color #064C61: hue angle of 193.85º 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 #064C61 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67697-
CMYK0.940.2200.62
HSL193.85º88.35%20.2%-
HSV(B)193.85º93.81%38.04%-
XYZ4.826.0712.23-
YUV57.46150.3191.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.35%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=3.35%
G=42.46%
B=54.19%

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
Decimal676970.940.2200.62193.8588.3520.2
Hex64C615E1603Ec25814
Octal61141411362607630213024
Binary11010011001100001101111010110011111011000010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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