#668193

Color #668193 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #668193

Tints of Lynch #668193

Color information

#668193 (or 0x668193) is unknown color: approx 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

RGB102129147-
CMYK0.310.1200.42
HSL204º18.07%48.82%-
HSV(B)204º30.61%57.65%-
XYZ18.620.6330.61-
YUV122.98141.55113.04-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021291470.310.1200.4220418.0748.82
Hex6681931FC02Acc1231
Octal14620122337140523142261
Binary1100110100000011001001111111110001010101100110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>