#064760

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

Shades of Sherpa Blue #064760

Tints of Sherpa Blue #064760

Color information

#064760 (or 0x064760) is unknown color: approx Sherpa Blue. HEX triplet: 06, 47 and 60. RGB value is (6,71,96). Sum of RGB (Red+Green+Blue) = 6+71+96=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #064760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064760 is #F9B89F. Grayscale: #363636. Windows color (decimal): -16365728 or 6309638. OLE color: 6309638.

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

Color convert

RGB67196-
CMYK0.940.2600.62
HSL196.67º88.24%20%-
HSV(B)196.67º93.75%37.65%-
XYZ4.445.3911.87-
YUV54.42151.4793.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=3.47%
G=41.04%
B=55.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal671960.940.2600.62196.6788.2420
Hex647605E1A03Ec55814
Octal61071401363207630513024
Binary11010001111100000101111011010011111011000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064760; }

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

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

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

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

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

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

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

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