Html Css Color HEX #688190 Lynch

📋 copy color: '#688190'

red 104 ◦ green 129 ◦ blue 144

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

Shades of Lynch #688190

Tints of Lynch #688190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 27.59%
G = 34.22%
B = 38.2%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#688190 (or 0x688190) is known color: Lynch. HEX triplet: 68, 81 and 90. RGB value is (104,129,144). Sum of RGB (Red+Green+Blue) = 104+129+144=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #688190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688190 is #977E6F. Grayscale: #7B7B7B. Windows color (decimal): -9928304 or 9470312. OLE color: 9470312.

HSL color Cylindrical-coordinate representation of color #688190: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688190 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 129 144 -
CMYK 0.28 0.10 0 0.44
HSL 202.5º 0.16% 0.49% -
HSV(B) 202.5º 0.28% 0.56% -
XYZ 18.59 20.66 29.39 -
YUV 123.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 104 129 144 0.28 0.10 0 0.44 202.5 0.16 0.49
Hex 68 81 90 1C A 0 2C CA 10 31
Octal 150 201 220 34 12 0 54 312 20 61
Binary 1101000 10000001 10010000 11100 1010 0 101100 11001010 10000 110001

Color Harmonies of #688190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688190

Black with #688190

Text Example


Text Example

White with #688190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688190; }

 p { color: rgb(104,129,144); }

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

background-color css

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

 a { background-color: rgb(104,129,144); }

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

border-color css

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

 span { border-color: rgb(104,129,144); }

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