#6E827A

Color #6E827A Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #6E827A

Tints of Cutty Sark #6E827A

Color information

#6E827A (or 0x6E827A) is unknown color: approx Cutty Sark. HEX triplet: 6E, 82 and 7A. RGB value is (110,130,122). Sum of RGB (Red+Green+Blue) = 110+130+122=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #6E827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E827A is #917D85. Grayscale: #7B7B7B. Windows color (decimal): -9534854 or 8028782. OLE color: 8028782.

HSL color Cylindrical-coordinate representation of color #6E827A: hue angle of 156º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E827A is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB110130122-
CMYK0.1500.060.49
HSL156º8.33%47.06%-
HSV(B)156º15.38%50.98%-
XYZ17.9320.6921.46-
YUV123.11127.37118.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.39%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=30.39%
G=35.91%
B=33.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101301220.1500.060.491568.3347.06
Hex6E827AF06319c82f
Octal1562021721706612341057
Binary110111010000010111101011110110110001100111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E827A; }

 p { color: rgb(110,130,122); }

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

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

 a { background-color: rgb(110,130,122); }

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

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

 span { border-color: rgb(110,130,122); }

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