#064956

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

Shades of Sherpa Blue #064956

Tints of Sherpa Blue #064956

Color information

#064956 (or 0x064956) is unknown color: approx Sherpa Blue. HEX triplet: 06, 49 and 56. RGB value is (6,73,86). Sum of RGB (Red+Green+Blue) = 6+73+86=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #064956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064956 is #F9B6A9. Grayscale: #363636. Windows color (decimal): -16365226 or 5654790. OLE color: 5654790.

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

Color convert

RGB67386-
CMYK0.930.1500.66
HSL189.75º86.96%18.04%-
HSV(B)189.75º93.02%33.73%-
XYZ4.145.489.64-
YUV54.45145.893.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=3.64%
G=44.24%
B=52.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal673860.930.1500.66189.7586.9618.04
Hex649565DF042be5712
Octal611112613517010227612722
Binary11010010011010110101110111110100001010111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064956; }

 p { color: rgb(6,73,86); }

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

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

 a { background-color: rgb(6,73,86); }

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

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

 span { border-color: rgb(6,73,86); }

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