#6E937F

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

Shades of Oxley #6E937F

Tints of Oxley #6E937F

Color information

#6E937F (or 0x6E937F) is unknown color: approx Oxley. HEX triplet: 6E, 93 and 7F. RGB value is (110,147,127). Sum of RGB (Red+Green+Blue) = 110+147+127=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #6E937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E937F is #916C80. Grayscale: #858585. Windows color (decimal): -9530497 or 8360814. OLE color: 8360814.

HSL color Cylindrical-coordinate representation of color #6E937F: hue angle of 147.57º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E937F is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB110147127-
CMYK0.2500.140.42
HSL147.57º14.62%50.39%-
HSV(B)147.57º25.17%57.65%-
XYZ20.6925.7123.95-
YUV133.66124.24111.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 127 (50% from 255) = 33.07%
R=28.65%
G=38.28%
B=33.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101471270.2500.140.42147.5714.6250.39
Hex6E937F190E2A94f32
Octal15622317731016522241762
Binary11011101001001111111111100101110101010100101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,147,127); }

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

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

 a { background-color: rgb(110,147,127); }

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

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

 span { border-color: rgb(110,147,127); }

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