Html Css Color HEX #6D7985 Lynch

📋 copy color: '#6D7985'

red 109 ◦ green 121 ◦ blue 133

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

Shades of Lynch #6D7985

Tints of Lynch #6D7985

RGB

 RED value IS 109 (42.97% from 255) = 30.03%

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 30.03%
G = 33.33%
B = 36.64%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D7985 (or 0x6D7985) is known color: Lynch. HEX triplet: 6D, 79 and 85. RGB value is (109,121,133). Sum of RGB (Red+Green+Blue) = 109+121+133=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D7985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7985 is #92867A. Grayscale: #767676. Windows color (decimal): -9602683 or 8747373. OLE color: 8747373.

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

Color convert

RGB 109 121 133 -
CMYK 0.18 0.09 0 0.48
HSL 210º 0.1% 0.47% -
HSV(B) 210º 0.18% 0.52% -
XYZ 17.38 18.62 24.87 -
YUV 118.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 109 121 133 0.18 0.09 0 0.48 210 0.1 0.47
Hex 6D 79 85 12 9 0 30 D2 A 2F
Octal 155 171 205 22 11 0 60 322 12 57
Binary 1101101 1111001 10000101 10010 1001 0 110000 11010010 1010 101111

Color Harmonies of #6D7985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7985

Black with #6D7985

Text Example


Text Example

White with #6D7985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,121,133); }

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

background-color css

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

 a { background-color: rgb(109,121,133); }

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

border-color css

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

 span { border-color: rgb(109,121,133); }

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