#668293

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

Shades of Lynch #668293

Tints of Lynch #668293

Color information

#668293 (or 0x668293) is unknown color: approx Lynch. HEX triplet: 66, 82 and 93. RGB value is (102,130,147). Sum of RGB (Red+Green+Blue) = 102+130+147=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #668293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668293 is #997D6C. Grayscale: #7B7B7B. Windows color (decimal): -10059117 or 9667174. OLE color: 9667174.

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

Color convert

RGB102130147-
CMYK0.310.1200.42
HSL202.67º18.07%48.82%-
HSV(B)202.67º30.61%57.65%-
XYZ18.7320.930.65-
YUV123.57141.22112.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=26.91%
G=34.30%
B=38.79%

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
Decimal1021301470.310.1200.42202.6718.0748.82
Hex6682931FC02Acb1231
Octal14620222337140523132261
Binary1100110100000101001001111111110001010101100101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668293; }

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

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

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

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

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

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

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

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