#668292

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

Shades of Lynch #668292

Tints of Lynch #668292

Color information

#668292 (or 0x668292) is unknown color: approx Lynch. HEX triplet: 66, 82 and 92. RGB value is (102,130,146). Sum of RGB (Red+Green+Blue) = 102+130+146=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #668292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668292 is #997D6D. Grayscale: #7B7B7B. Windows color (decimal): -10059118 or 9601638. OLE color: 9601638.

HSL color Cylindrical-coordinate representation of color #668292: hue angle of 201.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668292 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102130146-
CMYK0.300.1100.43
HSL201.82º17.74%48.63%-
HSV(B)201.82º30.14%57.25%-
XYZ18.6520.8730.24-
YUV123.45140.72112.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=26.98%
G=34.39%
B=38.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021301460.300.1100.43201.8217.7448.63
Hex6682921EB02Bca1231
Octal14620222236130533122261
Binary1100110100000101001001011110101101010111100101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668292; }

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

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

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

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

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

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

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

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