Html Css Color HEX #668193 Lynch

📋 copy color: '#668193'

red 102 ◦ green 129 ◦ blue 147

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

Shades of Lynch #668193

Tints of Lynch #668193

RGB

 RED value IS 102 (40.23% from 255) = 26.98%

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

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

R = 26.98%
G = 34.13%
B = 38.89%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668193 (or 0x668193) is known color: Lynch. HEX triplet: 66, 81 and 93. RGB value is (102,129,147). Sum of RGB (Red+Green+Blue) = 102+129+147=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #668193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668193 is #997E6C. Grayscale: #7A7A7A. Windows color (decimal): -10059373 or 9666918. OLE color: 9666918.

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

Color convert

RGB 102 129 147 -
CMYK 0.31 0.12 0 0.42
HSL 204º 0.18% 0.49% -
HSV(B) 204º 0.31% 0.58% -
XYZ 18.6 20.63 30.61 -
YUV 122.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 102 129 147 0.31 0.12 0 0.42 204 0.18 0.49
Hex 66 81 93 1F C 0 2A CC 12 31
Octal 146 201 223 37 14 0 52 314 22 61
Binary 1100110 10000001 10010011 11111 1100 0 101010 11001100 10010 110001

Color Harmonies of #668193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668193

Black with #668193

Text Example


Text Example

White with #668193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668193; }

 p { color: rgb(102,129,147); }

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

background-color css

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

 a { background-color: rgb(102,129,147); }

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

border-color css

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

 span { border-color: rgb(102,129,147); }

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