Html Css Color HEX #647585 Lynch

📋 copy color: '#647585'

red 100 ◦ green 117 ◦ blue 133

#647585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lynch #647585

Tints of Lynch #647585

RGB

 RED value IS 100 (39.45% from 255) = 28.57%

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 28.57%
G = 33.43%
B = 38%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#647585 (or 0x647585) is known color: Lynch. HEX triplet: 64, 75 and 85. RGB value is (100,117,133). Sum of RGB (Red+Green+Blue) = 100+117+133=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #647585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647585 is #9B8A7A. Grayscale: #717171. Windows color (decimal): -10193531 or 8746340. OLE color: 8746340.

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

Color convert

RGB 100 117 133 -
CMYK 0.25 0.12 0 0.48
HSL 209.09º 0.14% 0.46% -
HSV(B) 209.09º 0.25% 0.52% -
XYZ 15.85 17.13 24.66 -
YUV 113.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 100 117 133 0.25 0.12 0 0.48 209.09 0.14 0.46
Hex 64 75 85 19 C 0 30 D1 E 2E
Octal 144 165 205 31 14 0 60 321 16 56
Binary 1100100 1110101 10000101 11001 1100 0 110000 11010001 1110 101110

Color Harmonies of #647585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647585

Black with #647585

Text Example


Text Example

White with #647585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647585; }

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

 H1.HeaderClassName
 {
   color: #647585;
 }
 .AnyTagClassName
 {
   color: #647585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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