Html Css Color HEX #6F907E Oxley

📋 copy color: '#6F907E'

red 111 ◦ green 144 ◦ blue 126

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

Shades of Oxley #6F907E

Tints of Oxley #6F907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 29.13%
G = 37.8%
B = 33.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#6F907E (or 0x6F907E) is known color: Oxley. HEX triplet: 6F, 90 and 7E. RGB value is (111,144,126). Sum of RGB (Red+Green+Blue) = 111+144+126=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #6F907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F907E is #906F81. Grayscale: #848484. Windows color (decimal): -9465730 or 8294511. OLE color: 8294511.

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

Color convert

RGB 111 144 126 -
CMYK 0.23 0 0.12 0.44
HSL 147.27º 0.13% 0.5% -
HSV(B) 147.27º 0.23% 0.56% -
XYZ 20.29 24.83 23.46 -
YUV 132.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 111 144 126 0.23 0 0.12 0.44 147.27 0.13 0.5
Hex 6F 90 7E 17 0 C 2C 93 D 32
Octal 157 220 176 27 0 14 54 223 15 62
Binary 1101111 10010000 1111110 10111 0 1100 101100 10010011 1101 110010

Color Harmonies of #6F907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F907E

Black with #6F907E

Text Example


Text Example

White with #6F907E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,144,126); }

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

background-color css

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

 a { background-color: rgb(111,144,126); }

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

border-color css

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

 span { border-color: rgb(111,144,126); }

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