Html Css Color HEX #6B7E8B Lynch

📋 copy color: '#6B7E8B'

red 107 ◦ green 126 ◦ blue 139

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

Shades of Lynch #6B7E8B

Tints of Lynch #6B7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.87%

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 28.76%
G = 33.87%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B7E8B (or 0x6B7E8B) is known color: Lynch. HEX triplet: 6B, 7E and 8B. RGB value is (107,126,139). Sum of RGB (Red+Green+Blue) = 107+126+139=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B7E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7E8B is #948174. Grayscale: #797979. Windows color (decimal): -9732469 or 9141867. OLE color: 9141867.

HSL color Cylindrical-coordinate representation of color #6B7E8B: hue angle of 204.38º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B7E8B is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 126 139 -
CMYK 0.23 0.09 0 0.45
HSL 204.38º 0.13% 0.48% -
HSV(B) 204.38º 0.23% 0.55% -
XYZ 18.18 19.91 27.31 -
YUV 121.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 107 126 139 0.23 0.09 0 0.45 204.38 0.13 0.48
Hex 6B 7E 8B 17 9 0 2D CC D 30
Octal 153 176 213 27 11 0 55 314 15 60
Binary 1101011 1111110 10001011 10111 1001 0 101101 11001100 1101 110000

Color Harmonies of #6B7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7E8B

Black with #6B7E8B

Text Example


Text Example

White with #6B7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,126,139); }

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

background-color css

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

 a { background-color: rgb(107,126,139); }

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

border-color css

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

 span { border-color: rgb(107,126,139); }

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