Html Css Color HEX #628090 Lynch

📋 copy color: '#628090'

red 98 ◦ green 128 ◦ blue 144

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

Shades of Lynch #628090

Tints of Lynch #628090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 26.49%
G = 34.59%
B = 38.92%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#628090 (or 0x628090) is known color: Lynch. HEX triplet: 62, 80 and 90. RGB value is (98,128,144). Sum of RGB (Red+Green+Blue) = 98+128+144=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #628090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628090 is #9D7F6F. Grayscale: #787878. Windows color (decimal): -10321776 or 9470050. OLE color: 9470050.

HSL color Cylindrical-coordinate representation of color #628090: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #628090 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 128 144 -
CMYK 0.32 0.11 0 0.44
HSL 200.87º 0.19% 0.47% -
HSV(B) 200.87º 0.32% 0.56% -
XYZ 17.79 20.05 29.32 -
YUV 120.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 98 128 144 0.32 0.11 0 0.44 200.87 0.19 0.47
Hex 62 80 90 20 B 0 2C C9 13 2F
Octal 142 200 220 40 13 0 54 311 23 57
Binary 1100010 10000000 10010000 100000 1011 0 101100 11001001 10011 101111

Color Harmonies of #628090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628090

Black with #628090

Text Example


Text Example

White with #628090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628090; }

 p { color: rgb(98,128,144); }

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

background-color css

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

 a { background-color: rgb(98,128,144); }

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

border-color css

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

 span { border-color: rgb(98,128,144); }

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