Html Css Color HEX #618090 Lynch

📋 copy color: '#618090'

red 97 ◦ green 128 ◦ blue 144

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

Shades of Lynch #618090

Tints of Lynch #618090

RGB

 RED value IS 97 (38.28% from 255) = 26.29%

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

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

R = 26.29%
G = 34.69%
B = 39.02%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#618090 (or 0x618090) is known color: Lynch. HEX triplet: 61, 80 and 90. RGB value is (97,128,144). Sum of RGB (Red+Green+Blue) = 97+128+144=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #618090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618090 is #9E7F6F. Grayscale: #787878. Windows color (decimal): -10387312 or 9470049. OLE color: 9470049.

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

Color convert

RGB 97 128 144 -
CMYK 0.33 0.11 0 0.44
HSL 200.43º 0.2% 0.47% -
HSV(B) 200.43º 0.33% 0.56% -
XYZ 17.68 19.99 29.31 -
YUV 120.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 97 128 144 0.33 0.11 0 0.44 200.43 0.2 0.47
Hex 61 80 90 21 B 0 2C C8 14 2F
Octal 141 200 220 41 13 0 54 310 24 57
Binary 1100001 10000000 10010000 100001 1011 0 101100 11001000 10100 101111

Color Harmonies of #618090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618090

Black with #618090

Text Example


Text Example

White with #618090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618090; }

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

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

background-color css

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

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

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

border-color css

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

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

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