Html Css Color HEX #6F838E Lynch

📋 copy color: '#6F838E'

red 111 ◦ green 131 ◦ blue 142

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

Shades of Lynch #6F838E

Tints of Lynch #6F838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 28.91%
G = 34.11%
B = 36.98%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F838E (or 0x6F838E) is known color: Lynch. HEX triplet: 6F, 83 and 8E. RGB value is (111,131,142). Sum of RGB (Red+Green+Blue) = 111+131+142=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F838E is #907C71. Grayscale: #7E7E7E. Windows color (decimal): -9469042 or 9339759. OLE color: 9339759.

HSL color Cylindrical-coordinate representation of color #6F838E: hue angle of 201.29º 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 #6F838E is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 131 142 -
CMYK 0.22 0.08 0 0.44
HSL 201.29º 0.12% 0.5% -
HSV(B) 201.29º 0.22% 0.56% -
XYZ 19.55 21.57 28.72 -
YUV 126.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 111 131 142 0.22 0.08 0 0.44 201.29 0.12 0.5
Hex 6F 83 8E 16 8 0 2C C9 C 32
Octal 157 203 216 26 10 0 54 311 14 62
Binary 1101111 10000011 10001110 10110 1000 0 101100 11001001 1100 110010

Color Harmonies of #6F838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F838E

Black with #6F838E

Text Example


Text Example

White with #6F838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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