Html Css Color HEX #6FA880 Oxley

📋 copy color: '#6FA880'

red 111 ◦ green 168 ◦ blue 128

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

Shades of Oxley #6FA880

Tints of Oxley #6FA880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 27.27%
G = 41.28%
B = 31.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#6FA880 (or 0x6FA880) is known color: Oxley. HEX triplet: 6F, A8 and 80. RGB value is (111,168,128). Sum of RGB (Red+Green+Blue) = 111+168+128=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA880 is #90577F. Grayscale: #929292. Windows color (decimal): -9459584 or 8431727. OLE color: 8431727.

HSL color Cylindrical-coordinate representation of color #6FA880: hue angle of 137.89º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA880 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 111 168 128 -
CMYK 0.34 0 0.24 0.34
HSL 137.89º 0.25% 0.55% -
HSV(B) 137.89º 0.34% 0.66% -
XYZ 24.45 32.94 25.49 -
YUV 146.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 111 168 128 0.34 0 0.24 0.34 137.89 0.25 0.55
Hex 6F A8 80 22 0 18 22 8A 19 37
Octal 157 250 200 42 0 30 42 212 31 67
Binary 1101111 10101000 10000000 100010 0 11000 100010 10001010 11001 110111

Color Harmonies of #6FA880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA880

Black with #6FA880

Text Example


Text Example

White with #6FA880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,168,128); }

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

background-color css

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

 a { background-color: rgb(111,168,128); }

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

border-color css

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

 span { border-color: rgb(111,168,128); }

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