Html Css Color HEX #6B838E Lynch

📋 copy color: '#6B838E'

red 107 ◦ green 131 ◦ blue 142

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

Shades of Lynch #6B838E

Tints of Lynch #6B838E

RGB

 RED value IS 107 (42.19% from 255) = 28.16%

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

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

R = 28.16%
G = 34.47%
B = 37.37%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B838E (or 0x6B838E) is known color: Lynch. HEX triplet: 6B, 83 and 8E. RGB value is (107,131,142). Sum of RGB (Red+Green+Blue) = 107+131+142=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B838E is #947C71. Grayscale: #7D7D7D. Windows color (decimal): -9731186 or 9339755. OLE color: 9339755.

HSL color Cylindrical-coordinate representation of color #6B838E: hue angle of 198.86º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B838E is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 131 142 -
CMYK 0.25 0.08 0 0.44
HSL 198.86º 0.14% 0.49% -
HSV(B) 198.86º 0.25% 0.56% -
XYZ 19.06 21.31 28.7 -
YUV 125.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 107 131 142 0.25 0.08 0 0.44 198.86 0.14 0.49
Hex 6B 83 8E 19 8 0 2C C7 E 31
Octal 153 203 216 31 10 0 54 307 16 61
Binary 1101011 10000011 10001110 11001 1000 0 101100 11000111 1110 110001

Color Harmonies of #6B838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B838E

Black with #6B838E

Text Example


Text Example

White with #6B838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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