Html Css Color HEX #627785 Lynch

📋 copy color: '#627785'

red 98 ◦ green 119 ◦ blue 133

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

Shades of Lynch #627785

Tints of Lynch #627785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 28%
G = 34%
B = 38%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#627785 (or 0x627785) is known color: Lynch. HEX triplet: 62, 77 and 85. RGB value is (98,119,133). Sum of RGB (Red+Green+Blue) = 98+119+133=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #627785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627785 is #9D887A. Grayscale: #727272. Windows color (decimal): -10324091 or 8746850. OLE color: 8746850.

HSL color Cylindrical-coordinate representation of color #627785: hue angle of 204º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627785 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 119 133 -
CMYK 0.26 0.11 0 0.48
HSL 204º 0.15% 0.45% -
HSV(B) 204º 0.26% 0.52% -
XYZ 15.87 17.48 24.73 -
YUV 114.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 98 119 133 0.26 0.11 0 0.48 204 0.15 0.45
Hex 62 77 85 1A B 0 30 CC F 2D
Octal 142 167 205 32 13 0 60 314 17 55
Binary 1100010 1110111 10000101 11010 1011 0 110000 11001100 1111 101101

Color Harmonies of #627785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627785

Black with #627785

Text Example


Text Example

White with #627785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627785; }

 p { color: rgb(98,119,133); }

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

background-color css

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

 a { background-color: rgb(98,119,133); }

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

border-color css

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

 span { border-color: rgb(98,119,133); }

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