Html Css Color HEX #688293 Lynch

📋 copy color: '#688293'

red 104 ◦ green 130 ◦ blue 147

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

Shades of Lynch #688293

Tints of Lynch #688293

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

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

R = 27.3%
G = 34.12%
B = 38.58%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688293 (or 0x688293) is known color: Lynch. HEX triplet: 68, 82 and 93. RGB value is (104,130,147). Sum of RGB (Red+Green+Blue) = 104+130+147=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #688293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688293 is #977D6C. Grayscale: #7C7C7C. Windows color (decimal): -9928045 or 9667176. OLE color: 9667176.

HSL color Cylindrical-coordinate representation of color #688293: hue angle of 203.72º 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 #688293 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 130 147 -
CMYK 0.29 0.12 0 0.42
HSL 203.72º 0.17% 0.49% -
HSV(B) 203.72º 0.29% 0.58% -
XYZ 18.96 21.01 30.66 -
YUV 124.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 104 130 147 0.29 0.12 0 0.42 203.72 0.17 0.49
Hex 68 82 93 1D C 0 2A CC 11 31
Octal 150 202 223 35 14 0 52 314 21 61
Binary 1101000 10000010 10010011 11101 1100 0 101010 11001100 10001 110001

Color Harmonies of #688293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688293

Black with #688293

Text Example


Text Example

White with #688293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688293; }

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

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

background-color css

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

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

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

border-color css

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

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

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