#668294

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

Shades of Lynch #668294

Tints of Lynch #668294

Color information

#668294 (or 0x668294) is unknown color: approx Lynch. HEX triplet: 66, 82 and 94. RGB value is (102,130,148). Sum of RGB (Red+Green+Blue) = 102+130+148=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #668294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668294 is #997D6B. Grayscale: #7B7B7B. Windows color (decimal): -10059116 or 9732710. OLE color: 9732710.

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

Color convert

RGB102130148-
CMYK0.310.1200.42
HSL203.48º18.4%49.02%-
HSV(B)203.48º31.08%58.04%-
XYZ18.8120.9331.07-
YUV123.68141.72112.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=26.84%
G=34.21%
B=38.95%

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
Decimal1021301480.310.1200.42203.4818.449.02
Hex6682941FC02Acb1231
Octal14620222437140523132261
Binary1100110100000101001010011111110001010101100101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668294; }

 p { color: rgb(102,130,148); }

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

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

 a { background-color: rgb(102,130,148); }

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

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

 span { border-color: rgb(102,130,148); }

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