#6A937B

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

Shades of Oxley #6A937B

Tints of Oxley #6A937B

Color information

#6A937B (or 0x6A937B) is unknown color: approx Oxley. HEX triplet: 6A, 93 and 7B. RGB value is (106,147,123). Sum of RGB (Red+Green+Blue) = 106+147+123=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #6A937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A937B is #956C84. Grayscale: #848484. Windows color (decimal): -9792645 or 8098666. OLE color: 8098666.

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

Color convert

RGB106147123-
CMYK0.2800.160.42
HSL144.88º16.21%49.61%-
HSV(B)144.88º27.89%57.65%-
XYZ19.9525.3622.58-
YUV132122.92109.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=28.19%
G=39.10%
B=32.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471230.2800.160.42144.8816.2149.61
Hex6A937B1C0102A911032
Octal15222317334020522212062
Binary1101010100100111111011111000100001010101001000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,147,123); }

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

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

 a { background-color: rgb(106,147,123); }

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

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

 span { border-color: rgb(106,147,123); }

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