Html Css Color HEX #627E8C Lynch

📋 copy color: '#627E8C'

red 98 ◦ green 126 ◦ blue 140

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

Shades of Lynch #627E8C

Tints of Lynch #627E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 26.92%
G = 34.62%
B = 38.46%

CMYK

 C value IS 0.3

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#627E8C (or 0x627E8C) is known color: Lynch. HEX triplet: 62, 7E and 8C. RGB value is (98,126,140). Sum of RGB (Red+Green+Blue) = 98+126+140=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #627E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627E8C is #9D8173. Grayscale: #777777. Windows color (decimal): -10322292 or 9207394. OLE color: 9207394.

HSL color Cylindrical-coordinate representation of color #627E8C: hue angle of 200º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627E8C is Cyan = 0.3, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 126 140 -
CMYK 0.3 0.10 0 0.45
HSL 200º 0.18% 0.47% -
HSV(B) 200º 0.3% 0.55% -
XYZ 17.23 19.41 27.65 -
YUV 119.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 98 126 140 0.3 0.10 0 0.45 200 0.18 0.47
Hex 62 7E 8C 1E A 0 2D C8 12 2F
Octal 142 176 214 36 12 0 55 310 22 57
Binary 1100010 1111110 10001100 11110 1010 0 101101 11001000 10010 101111

Color Harmonies of #627E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627E8C

Black with #627E8C

Text Example


Text Example

White with #627E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627E8C; }

 p { color: rgb(98,126,140); }

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

background-color css

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

 a { background-color: rgb(98,126,140); }

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

border-color css

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

 span { border-color: rgb(98,126,140); }

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