Html Css Color HEX #637985 Lynch

📋 copy color: '#637985'

red 99 ◦ green 121 ◦ blue 133

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

Shades of Lynch #637985

Tints of Lynch #637985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

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

R = 28.05%
G = 34.28%
B = 37.68%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#637985 (or 0x637985) is known color: Lynch. HEX triplet: 63, 79 and 85. RGB value is (99,121,133). Sum of RGB (Red+Green+Blue) = 99+121+133=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 121 (47.66% from 255 or 34.28% 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 #637985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637985 is #9C867A. Grayscale: #737373. Windows color (decimal): -10258043 or 8747363. OLE color: 8747363.

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

Color convert

RGB 99 121 133 -
CMYK 0.26 0.09 0 0.48
HSL 201.18º 0.15% 0.45% -
HSV(B) 201.18º 0.26% 0.52% -
XYZ 16.22 18.02 24.81 -
YUV 115.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 99 121 133 0.26 0.09 0 0.48 201.18 0.15 0.45
Hex 63 79 85 1A 9 0 30 C9 F 2D
Octal 143 171 205 32 11 0 60 311 17 55
Binary 1100011 1111001 10000101 11010 1001 0 110000 11001001 1111 101101

Color Harmonies of #637985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637985

Black with #637985

Text Example


Text Example

White with #637985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637985; }

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

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

background-color css

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

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

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

border-color css

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

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

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