#658093

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

Shades of Lynch #658093

Tints of Lynch #658093

Color information

#658093 (or 0x658093) is unknown color: approx Lynch. HEX triplet: 65, 80 and 93. RGB value is (101,128,147). Sum of RGB (Red+Green+Blue) = 101+128+147=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #658093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658093 is #9A7F6C. Grayscale: #797979. Windows color (decimal): -10125165 or 9666661. OLE color: 9666661.

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

Color convert

RGB101128147-
CMYK0.310.1300.42
HSL204.78º18.55%48.63%-
HSV(B)204.78º31.29%57.65%-
XYZ18.3520.3130.56-
YUV122.09142.05112.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=26.86%
G=34.04%
B=39.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011281470.310.1300.42204.7818.5548.63
Hex6580931FD02Acd1331
Octal14520022337150523152361
Binary1100101100000001001001111111110101010101100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658093; }

 p { color: rgb(101,128,147); }

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

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

 a { background-color: rgb(101,128,147); }

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

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

 span { border-color: rgb(101,128,147); }

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