Html Css Color HEX #637585 Lynch

📋 copy color: '#637585'

red 99 ◦ green 117 ◦ blue 133

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

Shades of Lynch #637585

Tints of Lynch #637585

RGB

 RED value IS 99 (39.06% from 255) = 28.37%

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

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

R = 28.37%
G = 33.52%
B = 38.11%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#637585 (or 0x637585) is known color: Lynch. HEX triplet: 63, 75 and 85. RGB value is (99,117,133). Sum of RGB (Red+Green+Blue) = 99+117+133=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #637585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637585 is #9C8A7A. Grayscale: #717171. Windows color (decimal): -10259067 or 8746339. OLE color: 8746339.

HSL color Cylindrical-coordinate representation of color #637585: hue angle of 208.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #637585 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 117 133 -
CMYK 0.26 0.12 0 0.48
HSL 208.24º 0.15% 0.45% -
HSV(B) 208.24º 0.26% 0.52% -
XYZ 15.74 17.07 24.66 -
YUV 113.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 99 117 133 0.26 0.12 0 0.48 208.24 0.15 0.45
Hex 63 75 85 1A C 0 30 D0 F 2D
Octal 143 165 205 32 14 0 60 320 17 55
Binary 1100011 1110101 10000101 11010 1100 0 110000 11010000 1111 101101

Color Harmonies of #637585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637585

Black with #637585

Text Example


Text Example

White with #637585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637585; }

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

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

background-color css

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

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

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

border-color css

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

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

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