#064351

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

Shades of Sherpa Blue #064351

Tints of Sherpa Blue #064351

Color information

#064351 (or 0x064351) is unknown color: approx Sherpa Blue. HEX triplet: 06, 43 and 51. RGB value is (6,67,81). Sum of RGB (Red+Green+Blue) = 6+67+81=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #064351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064351 is #F9BCAE. Grayscale: #323232. Windows color (decimal): -16366767 or 5325574. OLE color: 5325574.

HSL color Cylindrical-coordinate representation of color #064351: hue angle of 191.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064351 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66781-
CMYK0.930.1700.68
HSL191.2º86.21%17.06%-
HSV(B)191.2º92.59%31.76%-
XYZ3.574.658.49-
YUV50.36145.2996.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=3.90%
G=43.51%
B=52.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal667810.930.1700.68191.286.2117.06
Hex643515D11044bf5611
Octal610312113521010427712621
Binary110100001110100011011101100010100010010111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064351; }

 p { color: rgb(6,67,81); }

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

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

 a { background-color: rgb(6,67,81); }

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

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

 span { border-color: rgb(6,67,81); }

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