#065451

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

Shades of Sherpa Blue #065451

Tints of Sherpa Blue #065451

Color information

#065451 (or 0x065451) is unknown color: approx Sherpa Blue. HEX triplet: 06, 54 and 51. RGB value is (6,84,81). Sum of RGB (Red+Green+Blue) = 6+84+81=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #065451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065451 is #F9ABAE. Grayscale: #3C3C3C. Windows color (decimal): -16362415 or 5329926. OLE color: 5329926.

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

Color convert

RGB68481-
CMYK0.9300.040.67
HSL177.69º86.67%17.65%-
HSV(B)177.69º92.86%32.94%-
XYZ4.736.978.88-
YUV60.34139.6689.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=3.51%
G=49.12%
B=47.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684810.9300.040.67177.6986.6717.65
Hex654515D0443b25712
Octal61241211350410326212722
Binary1101010100101000110111010100100001110110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065451; }

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

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

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

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

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

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

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

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