#064256

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

Shades of Sherpa Blue #064256

Tints of Sherpa Blue #064256

Color information

#064256 (or 0x064256) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 56. RGB value is (6,66,86). Sum of RGB (Red+Green+Blue) = 6+66+86=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #064256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064256 is #F9BDA9. Grayscale: #323232. Windows color (decimal): -16367018 or 5652998. OLE color: 5652998.

HSL color Cylindrical-coordinate representation of color #064256: hue angle of 195º 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 #064256 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB66686-
CMYK0.930.2300.66
HSL195º86.96%18.04%-
HSV(B)195º93.02%33.73%-
XYZ3.74.619.5-
YUV50.34148.1296.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=3.80%
G=41.77%
B=54.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal666860.930.2300.6619586.9618.04
Hex642565D17042c35712
Octal610212613527010230312722
Binary110100001010101101011101101110100001011000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064256; }

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

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

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

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

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

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

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

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