#064F60

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

Shades of Sherpa Blue #064F60

Tints of Sherpa Blue #064F60

Color information

#064F60 (or 0x064F60) is unknown color: approx Sherpa Blue. HEX triplet: 06, 4F and 60. RGB value is (6,79,96). Sum of RGB (Red+Green+Blue) = 6+79+96=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #064F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F60 is #F9B09F. Grayscale: #3A3A3A. Windows color (decimal): -16363680 or 6311686. OLE color: 6311686.

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

Color convert

RGB67996-
CMYK0.940.1800.62
HSL191.33º88.24%20%-
HSV(B)191.33º93.75%37.65%-
XYZ4.986.4812.05-
YUV59.11148.8290.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 79 (31.25% from 255) = 43.65%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=3.31%
G=43.65%
B=53.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal679960.940.1800.62191.3388.2420
Hex64F605E1203Ebf5814
Octal61171401362207627713024
Binary11010011111100000101111010010011111010111111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,79,96); }

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

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

 a { background-color: rgb(6,79,96); }

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

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

 span { border-color: rgb(6,79,96); }

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