Html Css Color HEX #627384 Lynch

📋 copy color: '#627384'

red 98 ◦ green 115 ◦ blue 132

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

Shades of Lynch #627384

Tints of Lynch #627384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 28.41%
G = 33.33%
B = 38.26%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#627384 (or 0x627384) is known color: Lynch. HEX triplet: 62, 73 and 84. RGB value is (98,115,132). Sum of RGB (Red+Green+Blue) = 98+115+132=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #627384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627384 is #9D8C7B. Grayscale: #6F6F6F. Windows color (decimal): -10325116 or 8680290. OLE color: 8680290.

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

Color convert

RGB 98 115 132 -
CMYK 0.26 0.13 0 0.48
HSL 210º 0.15% 0.45% -
HSV(B) 210º 0.26% 0.52% -
XYZ 15.33 16.52 24.21 -
YUV 111.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 98 115 132 0.26 0.13 0 0.48 210 0.15 0.45
Hex 62 73 84 1A D 0 30 D2 F 2D
Octal 142 163 204 32 15 0 60 322 17 55
Binary 1100010 1110011 10000100 11010 1101 0 110000 11010010 1111 101101

Color Harmonies of #627384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627384

Black with #627384

Text Example


Text Example

White with #627384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627384; }

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

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

background-color css

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

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

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

border-color css

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

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

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