Html Css Color HEX #6F848E Lynch

📋 copy color: '#6F848E'

red 111 ◦ green 132 ◦ blue 142

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

Shades of Lynch #6F848E

Tints of Lynch #6F848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 28.83%
G = 34.29%
B = 36.88%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F848E (or 0x6F848E) is known color: Lynch. HEX triplet: 6F, 84 and 8E. RGB value is (111,132,142). Sum of RGB (Red+Green+Blue) = 111+132+142=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F848E is #907B71. Grayscale: #7E7E7E. Windows color (decimal): -9468786 or 9340015. OLE color: 9340015.

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

Color convert

RGB 111 132 142 -
CMYK 0.22 0.07 0 0.44
HSL 199.35º 0.12% 0.5% -
HSV(B) 199.35º 0.22% 0.56% -
XYZ 19.69 21.84 28.77 -
YUV 126.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 111 132 142 0.22 0.07 0 0.44 199.35 0.12 0.5
Hex 6F 84 8E 16 7 0 2C C7 C 32
Octal 157 204 216 26 7 0 54 307 14 62
Binary 1101111 10000100 10001110 10110 111 0 101100 11000111 1100 110010

Color Harmonies of #6F848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F848E

Black with #6F848E

Text Example


Text Example

White with #6F848E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,142); }

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

background-color css

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

 a { background-color: rgb(111,132,142); }

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

border-color css

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

 span { border-color: rgb(111,132,142); }

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