Html Css Color HEX #6B7982 Lynch

📋 copy color: '#6B7982'

red 107 ◦ green 121 ◦ blue 130

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

Shades of Lynch #6B7982

Tints of Lynch #6B7982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 29.89%
G = 33.8%
B = 36.31%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B7982 (or 0x6B7982) is known color: Lynch. HEX triplet: 6B, 79 and 82. RGB value is (107,121,130). Sum of RGB (Red+Green+Blue) = 107+121+130=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B7982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7982 is #94867D. Grayscale: #757575. Windows color (decimal): -9733758 or 8550763. OLE color: 8550763.

HSL color Cylindrical-coordinate representation of color #6B7982: hue angle of 203.48º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B7982 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 121 130 -
CMYK 0.18 0.07 0 0.49
HSL 203.48º 0.1% 0.46% -
HSV(B) 203.48º 0.18% 0.51% -
XYZ 16.93 18.41 23.78 -
YUV 117.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 107 121 130 0.18 0.07 0 0.49 203.48 0.1 0.46
Hex 6B 79 82 12 7 0 31 CB A 2E
Octal 153 171 202 22 7 0 61 313 12 56
Binary 1101011 1111001 10000010 10010 111 0 110001 11001011 1010 101110

Color Harmonies of #6B7982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7982

Black with #6B7982

Text Example


Text Example

White with #6B7982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,121,130); }

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

background-color css

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

 a { background-color: rgb(107,121,130); }

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

border-color css

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

 span { border-color: rgb(107,121,130); }

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