Html Css Color HEX #688393 Lynch

📋 copy color: '#688393'

red 104 ◦ green 131 ◦ blue 147

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

Shades of Lynch #688393

Tints of Lynch #688393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 27.23%
G = 34.29%
B = 38.48%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688393 (or 0x688393) is known color: Lynch. HEX triplet: 68, 83 and 93. RGB value is (104,131,147). Sum of RGB (Red+Green+Blue) = 104+131+147=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #688393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688393 is #977C6C. Grayscale: #7C7C7C. Windows color (decimal): -9927789 or 9667432. OLE color: 9667432.

HSL color Cylindrical-coordinate representation of color #688393: hue angle of 202.33º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688393 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 131 147 -
CMYK 0.29 0.11 0 0.42
HSL 202.33º 0.17% 0.49% -
HSV(B) 202.33º 0.29% 0.58% -
XYZ 19.09 21.28 30.71 -
YUV 124.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 104 131 147 0.29 0.11 0 0.42 202.33 0.17 0.49
Hex 68 83 93 1D B 0 2A CA 11 31
Octal 150 203 223 35 13 0 52 312 21 61
Binary 1101000 10000011 10010011 11101 1011 0 101010 11001010 10001 110001

Color Harmonies of #688393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688393

Black with #688393

Text Example


Text Example

White with #688393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688393; }

 p { color: rgb(104,131,147); }

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

background-color css

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

 a { background-color: rgb(104,131,147); }

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

border-color css

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

 span { border-color: rgb(104,131,147); }

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