Html Css Color HEX #6E957C Oxley

📋 copy color: '#6E957C'

red 110 ◦ green 149 ◦ blue 124

#6E957C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #6E957C

Tints of Oxley #6E957C

RGB

 RED value IS 110 (43.36% from 255) = 28.72%

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 28.72%
G = 38.9%
B = 32.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#6E957C (or 0x6E957C) is known color: Oxley. HEX triplet: 6E, 95 and 7C. RGB value is (110,149,124). Sum of RGB (Red+Green+Blue) = 110+149+124=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #6E957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E957C is #916A83. Grayscale: #868686. Windows color (decimal): -9529988 or 8164718. OLE color: 8164718.

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

Color convert

RGB 110 149 124 -
CMYK 0.26 0 0.17 0.42
HSL 141.54º 0.16% 0.51% -
HSV(B) 141.54º 0.26% 0.58% -
XYZ 20.82 26.27 23.04 -
YUV 134.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 110 149 124 0.26 0 0.17 0.42 141.54 0.16 0.51
Hex 6E 95 7C 1A 0 11 2A 8E 10 33
Octal 156 225 174 32 0 21 52 216 20 63
Binary 1101110 10010101 1111100 11010 0 10001 101010 10001110 10000 110011

Color Harmonies of #6E957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E957C

Black with #6E957C

Text Example


Text Example

White with #6E957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,149,124); }

 H1.HeaderClassName
 {
   color: #6E957C;
 }
 .AnyTagClassName
 {
   color: #6E957C;
 }
</style>

background-color css

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

 a { background-color: rgb(110,149,124); }

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

border-color css

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

 span { border-color: rgb(110,149,124); }

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