Html Css Color HEX #68808B Lynch

📋 copy color: '#68808B'

red 104 ◦ green 128 ◦ blue 139

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

Shades of Lynch #68808B

Tints of Lynch #68808B

RGB

 RED value IS 104 (41.02% from 255) = 28.03%

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

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

R = 28.03%
G = 34.5%
B = 37.47%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68808B (or 0x68808B) is known color: Lynch. HEX triplet: 68, 80 and 8B. RGB value is (104,128,139). Sum of RGB (Red+Green+Blue) = 104+128+139=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #68808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68808B is #977F74. Grayscale: #7A7A7A. Windows color (decimal): -9928565 or 9142376. OLE color: 9142376.

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

Color convert

RGB 104 128 139 -
CMYK 0.25 0.08 0 0.45
HSL 198.86º 0.14% 0.48% -
HSV(B) 198.86º 0.25% 0.55% -
XYZ 18.09 20.25 27.38 -
YUV 122.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 104 128 139 0.25 0.08 0 0.45 198.86 0.14 0.48
Hex 68 80 8B 19 8 0 2D C7 E 30
Octal 150 200 213 31 10 0 55 307 16 60
Binary 1101000 10000000 10001011 11001 1000 0 101101 11000111 1110 110000

Color Harmonies of #68808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68808B

Black with #68808B

Text Example


Text Example

White with #68808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68808B; }

 p { color: rgb(104,128,139); }

 H1.HeaderClassName
 {
   color: #68808B;
 }
 .AnyTagClassName
 {
   color: #68808B;
 }
</style>

background-color css

<style>
 a { background-color: #68808B; }

 a { background-color: rgb(104,128,139); }

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

border-color css

<style>
 span { border-color: #68808B; }

 span { border-color: rgb(104,128,139); }

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