#668092

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

Shades of Lynch #668092

Tints of Lynch #668092

Color information

#668092 (or 0x668092) is unknown color: approx Lynch. HEX triplet: 66, 80 and 92. RGB value is (102,128,146). Sum of RGB (Red+Green+Blue) = 102+128+146=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #668092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668092 is #997F6D. Grayscale: #7A7A7A. Windows color (decimal): -10059630 or 9601126. OLE color: 9601126.

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

Color convert

RGB102128146-
CMYK0.300.1200.43
HSL204.55º17.74%48.63%-
HSV(B)204.55º30.14%57.25%-
XYZ18.3920.3430.15-
YUV122.28141.39113.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=27.13%
G=34.04%
B=38.83%

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
Decimal1021281460.300.1200.43204.5517.7448.63
Hex6680921EC02Bcd1231
Octal14620022236140533152261
Binary1100110100000001001001011110110001010111100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668092; }

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

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

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

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

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

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

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

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