Html Css Color HEX #627686 Lynch

📋 copy color: '#627686'

red 98 ◦ green 118 ◦ blue 134

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

Shades of Lynch #627686

Tints of Lynch #627686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 28%
G = 33.71%
B = 38.29%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#627686 (or 0x627686) is known color: Lynch. HEX triplet: 62, 76 and 86. RGB value is (98,118,134). Sum of RGB (Red+Green+Blue) = 98+118+134=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #627686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627686 is #9D8979. Grayscale: #717171. Windows color (decimal): -10324346 or 8812130. OLE color: 8812130.

HSL color Cylindrical-coordinate representation of color #627686: hue angle of 206.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627686 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 118 134 -
CMYK 0.27 0.12 0 0.47
HSL 206.67º 0.16% 0.45% -
HSV(B) 206.67º 0.27% 0.53% -
XYZ 15.82 17.27 25.05 -
YUV 113.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 98 118 134 0.27 0.12 0 0.47 206.67 0.16 0.45
Hex 62 76 86 1B C 0 2F CF 10 2D
Octal 142 166 206 33 14 0 57 317 20 55
Binary 1100010 1110110 10000110 11011 1100 0 101111 11001111 10000 101101

Color Harmonies of #627686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627686

Black with #627686

Text Example


Text Example

White with #627686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627686; }

 p { color: rgb(98,118,134); }

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

background-color css

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

 a { background-color: rgb(98,118,134); }

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

border-color css

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

 span { border-color: rgb(98,118,134); }

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