#668190

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

Shades of Lynch #668190

Tints of Lynch #668190

Color information

#668190 (or 0x668190) is unknown color: approx Lynch. HEX triplet: 66, 81 and 90. RGB value is (102,129,144). Sum of RGB (Red+Green+Blue) = 102+129+144=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #668190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668190 is #997E6F. Grayscale: #7A7A7A. Windows color (decimal): -10059376 or 9470310. OLE color: 9470310.

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

Color convert

RGB102129144-
CMYK0.290.1000.44
HSL201.43º17.07%48.24%-
HSV(B)201.43º29.17%56.47%-
XYZ18.3620.5429.38-
YUV122.64140.05113.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=27.2%
G=34.4%
B=38.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021291440.290.1000.44201.4317.0748.24
Hex6681901DA02Cc91130
Octal14620122035120543112160
Binary1100110100000011001000011101101001011001100100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668190; }

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

 H1.HeaderClassName
 {
   color: #668190;
 }
 .AnyTagClassName
 {
   color: #668190;
 }
</style>
background-color css

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

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

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

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

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

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