#648095

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

Shades of Lynch #648095

Tints of Lynch #648095

Color information

#648095 (or 0x648095) is unknown color: approx Lynch. HEX triplet: 64, 80 and 95. RGB value is (100,128,149). Sum of RGB (Red+Green+Blue) = 100+128+149=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #648095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648095 is #9B7F6A. Grayscale: #797979. Windows color (decimal): -10190699 or 9797732. OLE color: 9797732.

HSL color Cylindrical-coordinate representation of color #648095: hue angle of 205.71º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #648095 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100128149-
CMYK0.330.1400.42
HSL205.71º19.68%48.82%-
HSV(B)205.71º32.89%58.43%-
XYZ18.420.3231.39-
YUV122.02143.22112.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=26.53%
G=33.95%
B=39.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001281490.330.1400.42205.7119.6848.82
Hex64809521E02Ace1431
Octal14420022541160523162461
Binary11001001000000010010101100001111001010101100111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648095; }

 p { color: rgb(100,128,149); }

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

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

 a { background-color: rgb(100,128,149); }

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

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

 span { border-color: rgb(100,128,149); }

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