#064350

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

Shades of Sherpa Blue #064350

Tints of Sherpa Blue #064350

Color information

#064350 (or 0x064350) is unknown color: approx Sherpa Blue. HEX triplet: 06, 43 and 50. RGB value is (6,67,80). Sum of RGB (Red+Green+Blue) = 6+67+80=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #064350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064350 is #F9BCAF. Grayscale: #323232. Windows color (decimal): -16366768 or 5260038. OLE color: 5260038.

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

Color convert

RGB66780-
CMYK0.920.1600.69
HSL190.54º86.05%16.86%-
HSV(B)190.54º92.5%31.37%-
XYZ3.534.638.3-
YUV50.24144.7996.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 67 (26.56% from 255) = 43.79%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=3.92%
G=43.79%
B=52.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal667800.920.1600.69190.5486.0516.86
Hex643505C10045bf5611
Octal610312013420010527712621
Binary110100001110100001011100100000100010110111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064350; }

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

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

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

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

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

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

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

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