Html Css Color HEX #627481 Lynch

📋 copy color: '#627481'

red 98 ◦ green 116 ◦ blue 129

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

Shades of Lynch #627481

Tints of Lynch #627481

RGB

 RED value IS 98 (38.67% from 255) = 28.57%

 GREEN value IS 116 (45.7% from 255) = 33.82%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 28.57%
G = 33.82%
B = 37.61%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627481 (or 0x627481) is known color: Lynch. HEX triplet: 62, 74 and 81. RGB value is (98,116,129). Sum of RGB (Red+Green+Blue) = 98+116+129=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #627481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627481 is #9D8B7E. Grayscale: #707070. Windows color (decimal): -10324863 or 8483938. OLE color: 8483938.

HSL color Cylindrical-coordinate representation of color #627481: hue angle of 205.16º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #627481 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 116 129 -
CMYK 0.24 0.10 0 0.49
HSL 205.16º 0.14% 0.45% -
HSV(B) 205.16º 0.24% 0.51% -
XYZ 15.24 16.67 23.18 -
YUV 112.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 98 116 129 0.24 0.10 0 0.49 205.16 0.14 0.45
Hex 62 74 81 18 A 0 31 CD E 2D
Octal 142 164 201 30 12 0 61 315 16 55
Binary 1100010 1110100 10000001 11000 1010 0 110001 11001101 1110 101101

Color Harmonies of #627481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627481

Black with #627481

Text Example


Text Example

White with #627481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627481; }

 p { color: rgb(98,116,129); }

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

background-color css

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

 a { background-color: rgb(98,116,129); }

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

border-color css

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

 span { border-color: rgb(98,116,129); }

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