Html Css Color HEX #627D8E Lynch

📋 copy color: '#627D8E'

red 98 ◦ green 125 ◦ blue 142

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

Shades of Lynch #627D8E

Tints of Lynch #627D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 26.85%
G = 34.25%
B = 38.9%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#627D8E (or 0x627D8E) is known color: Lynch. HEX triplet: 62, 7D and 8E. RGB value is (98,125,142). Sum of RGB (Red+Green+Blue) = 98+125+142=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #627D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D8E is #9D8271. Grayscale: #767676. Windows color (decimal): -10322546 or 9338210. OLE color: 9338210.

HSL color Cylindrical-coordinate representation of color #627D8E: hue angle of 203.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #627D8E is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 125 142 -
CMYK 0.31 0.12 0 0.44
HSL 203.18º 0.18% 0.47% -
HSV(B) 203.18º 0.31% 0.56% -
XYZ 17.25 19.22 28.39 -
YUV 118.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 98 125 142 0.31 0.12 0 0.44 203.18 0.18 0.47
Hex 62 7D 8E 1F C 0 2C CB 12 2F
Octal 142 175 216 37 14 0 54 313 22 57
Binary 1100010 1111101 10001110 11111 1100 0 101100 11001011 10010 101111

Color Harmonies of #627D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627D8E

Black with #627D8E

Text Example


Text Example

White with #627D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,125,142); }

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

background-color css

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

 a { background-color: rgb(98,125,142); }

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

border-color css

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

 span { border-color: rgb(98,125,142); }

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