Html Css Color HEX #627E94 Lynch

📋 copy color: '#627E94'

red 98 ◦ green 126 ◦ blue 148

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

Shades of Lynch #627E94

Tints of Lynch #627E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.78%

R = 26.34%
G = 33.87%
B = 39.78%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627E94 (or 0x627E94) is known color: Lynch. HEX triplet: 62, 7E and 94. RGB value is (98,126,148). Sum of RGB (Red+Green+Blue) = 98+126+148=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #627E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627E94 is #9D816B. Grayscale: #787878. Windows color (decimal): -10322284 or 9731682. OLE color: 9731682.

HSL color Cylindrical-coordinate representation of color #627E94: hue angle of 206.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #627E94 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 126 148 -
CMYK 0.34 0.15 0 0.42
HSL 206.4º 0.2% 0.48% -
HSV(B) 206.4º 0.34% 0.58% -
XYZ 17.84 19.66 30.87 -
YUV 120.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 98 126 148 0.34 0.15 0 0.42 206.4 0.2 0.48
Hex 62 7E 94 22 F 0 2A CE 14 30
Octal 142 176 224 42 17 0 52 316 24 60
Binary 1100010 1111110 10010100 100010 1111 0 101010 11001110 10100 110000

Color Harmonies of #627E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627E94

Black with #627E94

Text Example


Text Example

White with #627E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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