#064862

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

Shades of Sherpa Blue #064862

Tints of Sherpa Blue #064862

Color information

#064862 (or 0x064862) is unknown color: approx Sherpa Blue. HEX triplet: 06, 48 and 62. RGB value is (6,72,98). Sum of RGB (Red+Green+Blue) = 6+72+98=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #064862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064862 is #F9B79D. Grayscale: #373737. Windows color (decimal): -16365470 or 6440966. OLE color: 6440966.

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

Color convert

RGB67298-
CMYK0.940.2700.62
HSL196.96º88.46%20.39%-
HSV(B)196.96º93.88%38.43%-
XYZ4.65.5612.39-
YUV55.23152.1392.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.41%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=3.41%
G=40.91%
B=55.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal672980.940.2700.62196.9688.4620.39
Hex648625E1B03Ec55814
Octal61101421363307630513024
Binary11010010001100010101111011011011111011000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064862; }

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

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

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

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

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

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

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

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