Html Css Color HEX #627483 Lynch

📋 copy color: '#627483'

red 98 ◦ green 116 ◦ blue 131

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

Shades of Lynch #627483

Tints of Lynch #627483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 28.41%
G = 33.62%
B = 37.97%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#627483 (or 0x627483) is known color: Lynch. HEX triplet: 62, 74 and 83. RGB value is (98,116,131). Sum of RGB (Red+Green+Blue) = 98+116+131=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #627483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627483 is #9D8B7C. Grayscale: #707070. Windows color (decimal): -10324861 or 8615010. OLE color: 8615010.

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

Color convert

RGB 98 116 131 -
CMYK 0.25 0.11 0 0.49
HSL 207.27º 0.14% 0.45% -
HSV(B) 207.27º 0.25% 0.51% -
XYZ 15.38 16.73 23.89 -
YUV 112.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 98 116 131 0.25 0.11 0 0.49 207.27 0.14 0.45
Hex 62 74 83 19 B 0 31 CF E 2D
Octal 142 164 203 31 13 0 61 317 16 55
Binary 1100010 1110100 10000011 11001 1011 0 110001 11001111 1110 101101

Color Harmonies of #627483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627483

Black with #627483

Text Example


Text Example

White with #627483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627483; }

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

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

background-color css

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

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

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

border-color css

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

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

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