Html Css Color HEX #627382 Lynch

📋 copy color: '#627382'

red 98 ◦ green 115 ◦ blue 130

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

Shades of Lynch #627382

Tints of Lynch #627382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.53%

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 28.57%
G = 33.53%
B = 37.9%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627382 (or 0x627382) is known color: Lynch. HEX triplet: 62, 73 and 82. RGB value is (98,115,130). Sum of RGB (Red+Green+Blue) = 98+115+130=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #627382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627382 is #9D8C7D. Grayscale: #6F6F6F. Windows color (decimal): -10325118 or 8549218. OLE color: 8549218.

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

Color convert

RGB 98 115 130 -
CMYK 0.25 0.12 0 0.49
HSL 208.13º 0.14% 0.45% -
HSV(B) 208.13º 0.25% 0.51% -
XYZ 15.2 16.47 23.5 -
YUV 111.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 98 115 130 0.25 0.12 0 0.49 208.13 0.14 0.45
Hex 62 73 82 19 C 0 31 D0 E 2D
Octal 142 163 202 31 14 0 61 320 16 55
Binary 1100010 1110011 10000010 11001 1100 0 110001 11010000 1110 101101

Color Harmonies of #627382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627382

Black with #627382

Text Example


Text Example

White with #627382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627382; }

 p { color: rgb(98,115,130); }

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

background-color css

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

 a { background-color: rgb(98,115,130); }

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

border-color css

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

 span { border-color: rgb(98,115,130); }

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