#064155

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

Shades of Sherpa Blue #064155

Tints of Sherpa Blue #064155

Color information

#064155 (or 0x064155) is unknown color: approx Sherpa Blue. HEX triplet: 06, 41 and 55. RGB value is (6,65,85). Sum of RGB (Red+Green+Blue) = 6+65+85=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #064155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064155 is #F9BEAA. Grayscale: #313131. Windows color (decimal): -16367275 or 5587206. OLE color: 5587206.

HSL color Cylindrical-coordinate representation of color #064155: hue angle of 195.19º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064155 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB66585-
CMYK0.930.2400.67
HSL195.19º86.81%17.84%-
HSV(B)195.19º92.94%33.33%-
XYZ3.614.489.27-
YUV49.64147.9596.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=3.85%
G=41.67%
B=54.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal665850.930.2400.67195.1986.8117.84
Hex641555D18043c35712
Octal610112513530010330312722
Binary110100000110101011011101110000100001111000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064155; }

 p { color: rgb(6,65,85); }

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

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

 a { background-color: rgb(6,65,85); }

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

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

 span { border-color: rgb(6,65,85); }

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