Html Css Color HEX #6D927C Oxley

📋 copy color: '#6D927C'

red 109 ◦ green 146 ◦ blue 124

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

Shades of Oxley #6D927C

Tints of Oxley #6D927C

RGB

 RED value IS 109 (42.97% from 255) = 28.76%

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 28.76%
G = 38.52%
B = 32.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#6D927C (or 0x6D927C) is known color: Oxley. HEX triplet: 6D, 92 and 7C. RGB value is (109,146,124). Sum of RGB (Red+Green+Blue) = 109+146+124=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #6D927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D927C is #926D83. Grayscale: #848484. Windows color (decimal): -9596292 or 8163949. OLE color: 8163949.

HSL color Cylindrical-coordinate representation of color #6D927C: hue angle of 144.32º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D927C is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 146 124 -
CMYK 0.25 0 0.15 0.43
HSL 144.32º 0.15% 0.5% -
HSV(B) 144.32º 0.25% 0.57% -
XYZ 20.22 25.26 22.88 -
YUV 132.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 109 146 124 0.25 0 0.15 0.43 144.32 0.15 0.5
Hex 6D 92 7C 19 0 F 2B 90 F 32
Octal 155 222 174 31 0 17 53 220 17 62
Binary 1101101 10010010 1111100 11001 0 1111 101011 10010000 1111 110010

Color Harmonies of #6D927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D927C

Black with #6D927C

Text Example


Text Example

White with #6D927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,124); }

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

background-color css

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

 a { background-color: rgb(109,146,124); }

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

border-color css

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

 span { border-color: rgb(109,146,124); }

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