#6A937C

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

Shades of Oxley #6A937C

Tints of Oxley #6A937C

Color information

#6A937C (or 0x6A937C) is unknown color: approx Oxley. HEX triplet: 6A, 93 and 7C. RGB value is (106,147,124). Sum of RGB (Red+Green+Blue) = 106+147+124=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #6A937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A937C is #956C83. Grayscale: #848484. Windows color (decimal): -9792644 or 8164202. OLE color: 8164202.

HSL color Cylindrical-coordinate representation of color #6A937C: hue angle of 146.34º 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 #6A937C is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB106147124-
CMYK0.2800.160.42
HSL146.34º16.21%49.61%-
HSV(B)146.34º27.89%57.65%-
XYZ20.0225.3922.91-
YUV132.12123.42109.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.12%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=28.12%
G=38.99%
B=32.89%

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
Decimal1061471240.2800.160.42146.3416.2149.61
Hex6A937C1C0102A921032
Octal15222317434020522222062
Binary1101010100100111111100111000100001010101001001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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