Html Css Color HEX #627584 Lynch

📋 copy color: '#627584'

red 98 ◦ green 117 ◦ blue 132

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

Shades of Lynch #627584

Tints of Lynch #627584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 28.24%
G = 33.72%
B = 38.04%

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

#627584 (or 0x627584) is known color: Lynch. HEX triplet: 62, 75 and 84. RGB value is (98,117,132). Sum of RGB (Red+Green+Blue) = 98+117+132=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #627584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627584 is #9D8A7B. Grayscale: #707070. Windows color (decimal): -10324604 or 8680802. OLE color: 8680802.

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

Color convert

RGB 98 117 132 -
CMYK 0.26 0.11 0 0.48
HSL 206.47º 0.15% 0.45% -
HSV(B) 206.47º 0.26% 0.52% -
XYZ 15.56 16.99 24.29 -
YUV 113.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 98 117 132 0.26 0.11 0 0.48 206.47 0.15 0.45
Hex 62 75 84 1A B 0 30 CE F 2D
Octal 142 165 204 32 13 0 60 316 17 55
Binary 1100010 1110101 10000100 11010 1011 0 110000 11001110 1111 101101

Color Harmonies of #627584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627584

Black with #627584

Text Example


Text Example

White with #627584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627584; }

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

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

background-color css

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

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

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

border-color css

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

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

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