#6A997F

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

Shades of Oxley #6A997F

Tints of Oxley #6A997F

Color information

#6A997F (or 0x6A997F) is unknown color: approx Oxley. HEX triplet: 6A, 99 and 7F. RGB value is (106,153,127). Sum of RGB (Red+Green+Blue) = 106+153+127=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #6A997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A997F is #956680. Grayscale: #888888. Windows color (decimal): -9791105 or 8362346. OLE color: 8362346.

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

Color convert

RGB106153127-
CMYK0.3100.170.4
HSL146.81º18.73%50.78%-
HSV(B)146.81º30.72%60%-
XYZ21.1727.3824.25-
YUV135.98122.93106.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 127 (50% from 255) = 32.90%
R=27.46%
G=39.64%
B=32.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1061531270.3100.170.4146.8118.7350.78
Hex6A997F1F01128931333
Octal15223117737021502232363
Binary1101010100110011111111111110100011010001001001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,127); }

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

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

 a { background-color: rgb(106,153,127); }

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

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

 span { border-color: rgb(106,153,127); }

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