Html Css Color HEX #68798A Lynch

📋 copy color: '#68798A'

red 104 ◦ green 121 ◦ blue 138

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

Shades of Lynch #68798A

Tints of Lynch #68798A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 28.65%
G = 33.33%
B = 38.02%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68798A (or 0x68798A) is known color: Lynch. HEX triplet: 68, 79 and 8A. RGB value is (104,121,138). Sum of RGB (Red+Green+Blue) = 104+121+138=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #68798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68798A is #978675. Grayscale: #757575. Windows color (decimal): -9930358 or 9075048. OLE color: 9075048.

HSL color Cylindrical-coordinate representation of color #68798A: hue angle of 210º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68798A is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 121 138 -
CMYK 0.25 0.12 0 0.46
HSL 210º 0.14% 0.47% -
HSV(B) 210º 0.25% 0.54% -
XYZ 17.13 18.45 26.7 -
YUV 117.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 104 121 138 0.25 0.12 0 0.46 210 0.14 0.47
Hex 68 79 8A 19 C 0 2E D2 E 2F
Octal 150 171 212 31 14 0 56 322 16 57
Binary 1101000 1111001 10001010 11001 1100 0 101110 11010010 1110 101111

Color Harmonies of #68798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68798A

Black with #68798A

Text Example


Text Example

White with #68798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68798A; }

 p { color: rgb(104,121,138); }

 H1.HeaderClassName
 {
   color: #68798A;
 }
 .AnyTagClassName
 {
   color: #68798A;
 }
</style>

background-color css

<style>
 a { background-color: #68798A; }

 a { background-color: rgb(104,121,138); }

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

border-color css

<style>
 span { border-color: #68798A; }

 span { border-color: rgb(104,121,138); }

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