#6F937C

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

Shades of Oxley #6F937C

Tints of Oxley #6F937C

Color information

#6F937C (or 0x6F937C) is unknown color: approx Oxley. HEX triplet: 6F, 93 and 7C. RGB value is (111,147,124). Sum of RGB (Red+Green+Blue) = 111+147+124=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #6F937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F937C is #906C83. Grayscale: #858585. Windows color (decimal): -9464964 or 8164207. OLE color: 8164207.

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

Color convert

RGB111147124-
CMYK0.2400.160.42
HSL141.67º14.29%50.59%-
HSV(B)141.67º24.49%57.65%-
XYZ20.6325.722.94-
YUV133.61122.57111.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.06%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=29.06%
G=38.48%
B=32.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471240.2400.160.42141.6714.2950.59
Hex6F937C180102A8ee33
Octal15722317430020522161663
Binary110111110010011111110011000010000101010100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,124); }

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

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

 a { background-color: rgb(111,147,124); }

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

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

 span { border-color: rgb(111,147,124); }

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