Html Css Color HEX #627484 Lynch

📋 copy color: '#627484'

red 98 ◦ green 116 ◦ blue 132

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

Shades of Lynch #627484

Tints of Lynch #627484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.53%

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

R = 28.32%
G = 33.53%
B = 38.15%

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

#627484 (or 0x627484) is known color: Lynch. HEX triplet: 62, 74 and 84. RGB value is (98,116,132). Sum of RGB (Red+Green+Blue) = 98+116+132=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #627484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627484 is #9D8B7B. Grayscale: #707070. Windows color (decimal): -10324860 or 8680546. OLE color: 8680546.

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

Color convert

RGB 98 116 132 -
CMYK 0.26 0.12 0 0.48
HSL 208.24º 0.15% 0.45% -
HSV(B) 208.24º 0.26% 0.52% -
XYZ 15.45 16.75 24.25 -
YUV 112.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 98 116 132 0.26 0.12 0 0.48 208.24 0.15 0.45
Hex 62 74 84 1A C 0 30 D0 F 2D
Octal 142 164 204 32 14 0 60 320 17 55
Binary 1100010 1110100 10000100 11010 1100 0 110000 11010000 1111 101101

Color Harmonies of #627484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627484

Black with #627484

Text Example


Text Example

White with #627484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627484; }

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

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

background-color css

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

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

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

border-color css

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

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

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