Html Css Color HEX #627F96 Lynch

📋 copy color: '#627F96'

red 98 ◦ green 127 ◦ blue 150

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

Shades of Lynch #627F96

Tints of Lynch #627F96

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

 BLUE value IS 150 (58.98% from 255) = 40%

R = 26.13%
G = 33.87%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#627F96 (or 0x627F96) is known color: Lynch. HEX triplet: 62, 7F and 96. RGB value is (98,127,150). Sum of RGB (Red+Green+Blue) = 98+127+150=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #627F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627F96 is #9D8069. Grayscale: #787878. Windows color (decimal): -10322026 or 9863010. OLE color: 9863010.

HSL color Cylindrical-coordinate representation of color #627F96: hue angle of 206.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #627F96 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 127 150 -
CMYK 0.35 0.15 0 0.41
HSL 206.54º 0.21% 0.49% -
HSV(B) 206.54º 0.35% 0.59% -
XYZ 18.13 19.98 31.75 -
YUV 120.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 98 127 150 0.35 0.15 0 0.41 206.54 0.21 0.49
Hex 62 7F 96 23 F 0 29 CF 15 31
Octal 142 177 226 43 17 0 51 317 25 61
Binary 1100010 1111111 10010110 100011 1111 0 101001 11001111 10101 110001

Color Harmonies of #627F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627F96

Black with #627F96

Text Example


Text Example

White with #627F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,127,150); }

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

background-color css

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

 a { background-color: rgb(98,127,150); }

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

border-color css

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

 span { border-color: rgb(98,127,150); }

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