#6E997D

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

Shades of Oxley #6E997D

Tints of Oxley #6E997D

Color information

#6E997D (or 0x6E997D) is unknown color: approx Oxley. HEX triplet: 6E, 99 and 7D. RGB value is (110,153,125). Sum of RGB (Red+Green+Blue) = 110+153+125=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #6E997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E997D is #916682. Grayscale: #898989. Windows color (decimal): -9528963 or 8231278. OLE color: 8231278.

HSL color Cylindrical-coordinate representation of color #6E997D: hue angle of 140.93º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E997D is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB110153125-
CMYK0.2800.180.4
HSL140.93º17.41%51.57%-
HSV(B)140.93º28.1%60%-
XYZ21.5227.5823.59-
YUV136.95121.25108.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.35%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=28.35%
G=39.43%
B=32.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1101531250.2800.180.4140.9317.4151.57
Hex6E997D1C012288d1134
Octal15623117534022502152164
Binary1101110100110011111101111000100101010001000110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,153,125); }

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

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

 a { background-color: rgb(110,153,125); }

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

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

 span { border-color: rgb(110,153,125); }

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