Html Css Color HEX #6B8089 Lynch

📋 copy color: '#6B8089'

red 107 ◦ green 128 ◦ blue 137

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

Shades of Lynch #6B8089

Tints of Lynch #6B8089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 28.76%
G = 34.41%
B = 36.83%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B8089 (or 0x6B8089) is known color: Lynch. HEX triplet: 6B, 80 and 89. RGB value is (107,128,137). Sum of RGB (Red+Green+Blue) = 107+128+137=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B8089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8089 is #947F76. Grayscale: #7A7A7A. Windows color (decimal): -9731959 or 9011307. OLE color: 9011307.

HSL color Cylindrical-coordinate representation of color #6B8089: hue angle of 198º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B8089 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 128 137 -
CMYK 0.22 0.07 0 0.46
HSL 198º 0.12% 0.48% -
HSV(B) 198º 0.22% 0.54% -
XYZ 18.3 20.37 26.63 -
YUV 122.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 107 128 137 0.22 0.07 0 0.46 198 0.12 0.48
Hex 6B 80 89 16 7 0 2E C6 C 30
Octal 153 200 211 26 7 0 56 306 14 60
Binary 1101011 10000000 10001001 10110 111 0 101110 11000110 1100 110000

Color Harmonies of #6B8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8089

Black with #6B8089

Text Example


Text Example

White with #6B8089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,128,137); }

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

background-color css

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

 a { background-color: rgb(107,128,137); }

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

border-color css

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

 span { border-color: rgb(107,128,137); }

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