Html Css Color HEX #627585 Lynch

📋 copy color: '#627585'

red 98 ◦ green 117 ◦ blue 133

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

Shades of Lynch #627585

Tints of Lynch #627585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 28.16%
G = 33.62%
B = 38.22%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#627585 (or 0x627585) is known color: Lynch. HEX triplet: 62, 75 and 85. RGB value is (98,117,133). Sum of RGB (Red+Green+Blue) = 98+117+133=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #627585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627585 is #9D8A7A. Grayscale: #717171. Windows color (decimal): -10324603 or 8746338. OLE color: 8746338.

HSL color Cylindrical-coordinate representation of color #627585: hue angle of 207.43º 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 #627585 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 117 133 -
CMYK 0.26 0.12 0 0.48
HSL 207.43º 0.15% 0.45% -
HSV(B) 207.43º 0.26% 0.52% -
XYZ 15.63 17.01 24.65 -
YUV 113.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 98 117 133 0.26 0.12 0 0.48 207.43 0.15 0.45
Hex 62 75 85 1A C 0 30 CF F 2D
Octal 142 165 205 32 14 0 60 317 17 55
Binary 1100010 1110101 10000101 11010 1100 0 110000 11001111 1111 101101

Color Harmonies of #627585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627585

Black with #627585

Text Example


Text Example

White with #627585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627585; }

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

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

background-color css

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

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

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

border-color css

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

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

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