#668090

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

Shades of Lynch #668090

Tints of Lynch #668090

Color information

#668090 (or 0x668090) is unknown color: approx Lynch. HEX triplet: 66, 80 and 90. RGB value is (102,128,144). Sum of RGB (Red+Green+Blue) = 102+128+144=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #668090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668090 is #997F6F. Grayscale: #797979. Windows color (decimal): -10059632 or 9470054. OLE color: 9470054.

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

Color convert

RGB102128144-
CMYK0.290.1100.44
HSL202.86º17.07%48.24%-
HSV(B)202.86º29.17%56.47%-
XYZ18.2320.2829.34-
YUV122.05140.39113.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=27.27%
G=34.22%
B=38.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021281440.290.1100.44202.8617.0748.24
Hex6680901DB02Ccb1130
Octal14620022035130543132160
Binary1100110100000001001000011101101101011001100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668090; }

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

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

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

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

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

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

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

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