Html Css Color HEX #6E907C Oxley

📋 copy color: '#6E907C'

red 110 ◦ green 144 ◦ blue 124

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

Shades of Oxley #6E907C

Tints of Oxley #6E907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

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

R = 29.1%
G = 38.1%
B = 32.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#6E907C (or 0x6E907C) is known color: Oxley. HEX triplet: 6E, 90 and 7C. RGB value is (110,144,124). Sum of RGB (Red+Green+Blue) = 110+144+124=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #6E907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E907C is #916F83. Grayscale: #838383. Windows color (decimal): -9531268 or 8163438. OLE color: 8163438.

HSL color Cylindrical-coordinate representation of color #6E907C: hue angle of 144.71º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E907C is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 144 124 -
CMYK 0.24 0 0.14 0.44
HSL 144.71º 0.13% 0.5% -
HSV(B) 144.71º 0.24% 0.56% -
XYZ 20.04 24.72 22.78 -
YUV 131.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 110 144 124 0.24 0 0.14 0.44 144.71 0.13 0.5
Hex 6E 90 7C 18 0 E 2C 91 D 32
Octal 156 220 174 30 0 16 54 221 15 62
Binary 1101110 10010000 1111100 11000 0 1110 101100 10010001 1101 110010

Color Harmonies of #6E907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E907C

Black with #6E907C

Text Example


Text Example

White with #6E907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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