Html Css Color HEX #6F937C Oxley

📋 copy color: '#6F937C'

red 111 ◦ green 147 ◦ blue 124

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

Shades of Oxley #6F937C

Tints of Oxley #6F937C

RGB

 RED value IS 111 (43.75% from 255) = 29.06%

 GREEN value IS 147 (57.81% from 255) = 38.48%

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

R = 29.06%
G = 38.48%
B = 32.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#6F937C (or 0x6F937C) is known color: Oxley. HEX triplet: 6F, 93 and 7C. RGB value is (111,147,124). Sum of RGB (Red+Green+Blue) = 111+147+124=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #6F937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F937C is #906C83. Grayscale: #858585. Windows color (decimal): -9464964 or 8164207. OLE color: 8164207.

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

Color convert

RGB 111 147 124 -
CMYK 0.24 0 0.16 0.42
HSL 141.67º 0.14% 0.51% -
HSV(B) 141.67º 0.24% 0.58% -
XYZ 20.63 25.7 22.94 -
YUV 133.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 111 147 124 0.24 0 0.16 0.42 141.67 0.14 0.51
Hex 6F 93 7C 18 0 10 2A 8E E 33
Octal 157 223 174 30 0 20 52 216 16 63
Binary 1101111 10010011 1111100 11000 0 10000 101010 10001110 1110 110011

Color Harmonies of #6F937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F937C

Black with #6F937C

Text Example


Text Example

White with #6F937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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