Html Css Color HEX #6E7B86 Lynch

📋 copy color: '#6E7B86'

red 110 ◦ green 123 ◦ blue 134

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

Shades of Lynch #6E7B86

Tints of Lynch #6E7B86

RGB

 RED value IS 110 (43.36% from 255) = 29.97%

 GREEN value IS 123 (48.44% from 255) = 33.51%

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 29.97%
G = 33.51%
B = 36.51%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E7B86 (or 0x6E7B86) is known color: Lynch. HEX triplet: 6E, 7B and 86. RGB value is (110,123,134). Sum of RGB (Red+Green+Blue) = 110+123+134=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E7B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7B86 is #918479. Grayscale: #787878. Windows color (decimal): -9536634 or 8813422. OLE color: 8813422.

HSL color Cylindrical-coordinate representation of color #6E7B86: hue angle of 207.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E7B86 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 123 134 -
CMYK 0.18 0.08 0 0.47
HSL 207.5º 0.1% 0.48% -
HSV(B) 207.5º 0.18% 0.53% -
XYZ 17.82 19.2 25.32 -
YUV 120.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 110 123 134 0.18 0.08 0 0.47 207.5 0.1 0.48
Hex 6E 7B 86 12 8 0 2F D0 A 30
Octal 156 173 206 22 10 0 57 320 12 60
Binary 1101110 1111011 10000110 10010 1000 0 101111 11010000 1010 110000

Color Harmonies of #6E7B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7B86

Black with #6E7B86

Text Example


Text Example

White with #6E7B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,134); }

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

background-color css

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

 a { background-color: rgb(110,123,134); }

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

border-color css

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

 span { border-color: rgb(110,123,134); }

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