Html Css Color HEX #6F857C Patina

📋 copy color: '#6F857C'

red 111 ◦ green 133 ◦ blue 124

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

Shades of Patina #6F857C

Tints of Patina #6F857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 30.16%
G = 36.14%
B = 33.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#6F857C (or 0x6F857C) is known color: Patina. HEX triplet: 6F, 85 and 7C. RGB value is (111,133,124). Sum of RGB (Red+Green+Blue) = 111+133+124=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #6F857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F857C is #907A83. Grayscale: #7D7D7D. Windows color (decimal): -9468548 or 8160623. OLE color: 8160623.

HSL color Cylindrical-coordinate representation of color #6F857C: hue angle of 155.45º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F857C is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 133 124 -
CMYK 0.17 0 0.07 0.48
HSL 155.45º 0.09% 0.48% -
HSV(B) 155.45º 0.17% 0.52% -
XYZ 18.58 21.61 22.26 -
YUV 125.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 111 133 124 0.17 0 0.07 0.48 155.45 0.09 0.48
Hex 6F 85 7C 11 0 7 30 9B 9 30
Octal 157 205 174 21 0 7 60 233 11 60
Binary 1101111 10000101 1111100 10001 0 111 110000 10011011 1001 110000

Color Harmonies of #6F857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F857C

Black with #6F857C

Text Example


Text Example

White with #6F857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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