#6E837B

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

Shades of Cutty Sark #6E837B

Tints of Cutty Sark #6E837B

Color information

#6E837B (or 0x6E837B) is unknown color: approx Cutty Sark. HEX triplet: 6E, 83 and 7B. RGB value is (110,131,123). Sum of RGB (Red+Green+Blue) = 110+131+123=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #6E837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E837B is #917C84. Grayscale: #7B7B7B. Windows color (decimal): -9534597 or 8094574. OLE color: 8094574.

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

Color convert

RGB110131123-
CMYK0.1600.060.49
HSL157.14º8.71%47.25%-
HSV(B)157.14º16.03%51.37%-
XYZ18.1220.9821.83-
YUV123.81127.54118.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=30.22%
G=35.99%
B=33.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101311230.1600.060.49157.148.7147.25
Hex6E837B1006319d92f
Octal1562031732006612351157
Binary1101110100000111111011100000110110001100111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,123); }

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

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

 a { background-color: rgb(110,131,123); }

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

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

 span { border-color: rgb(110,131,123); }

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