#647885

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

Shades of Lynch #647885

Tints of Lynch #647885

Color information

#647885 (or 0x647885) is unknown color: approx Lynch. HEX triplet: 64, 78 and 85. RGB value is (100,120,133). Sum of RGB (Red+Green+Blue) = 100+120+133=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #647885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647885 is #9B877A. Grayscale: #737373. Windows color (decimal): -10192763 or 8747108. OLE color: 8747108.

HSL color Cylindrical-coordinate representation of color #647885: hue angle of 203.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647885 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100120133-
CMYK0.250.1000.48
HSL203.64º14.16%45.69%-
HSV(B)203.64º24.81%52.16%-
XYZ16.2117.8424.78-
YUV115.5137.87116.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=28.33%
G=33.99%
B=37.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001201330.250.1000.48203.6414.1645.69
Hex64788519A030cce2e
Octal14417020531120603141656
Binary11001001111000100001011100110100110000110011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647885; }

 p { color: rgb(100,120,133); }

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

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

 a { background-color: rgb(100,120,133); }

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

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

 span { border-color: rgb(100,120,133); }

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