#668192

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

Shades of Lynch #668192

Tints of Lynch #668192

Color information

#668192 (or 0x668192) is unknown color: approx Lynch. HEX triplet: 66, 81 and 92. RGB value is (102,129,146). Sum of RGB (Red+Green+Blue) = 102+129+146=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #668192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668192 is #997E6D. Grayscale: #7A7A7A. Windows color (decimal): -10059374 or 9601382. OLE color: 9601382.

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

Color convert

RGB102129146-
CMYK0.300.1200.43
HSL203.18º17.74%48.63%-
HSV(B)203.18º30.14%57.25%-
XYZ18.5220.630.19-
YUV122.86141.05113.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=27.06%
G=34.22%
B=38.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021291460.300.1200.43203.1817.7448.63
Hex6681921EC02Bcb1231
Octal14620122236140533132261
Binary1100110100000011001001011110110001010111100101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668192; }

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

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

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

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

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

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

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

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