Html Css Color HEX #638091 Lynch

📋 copy color: '#638091'

red 99 ◦ green 128 ◦ blue 145

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

Shades of Lynch #638091

Tints of Lynch #638091

RGB

 RED value IS 99 (39.06% from 255) = 26.61%

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

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 26.61%
G = 34.41%
B = 38.98%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#638091 (or 0x638091) is known color: Lynch. HEX triplet: 63, 80 and 91. RGB value is (99,128,145). Sum of RGB (Red+Green+Blue) = 99+128+145=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #638091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638091 is #9C7F6E. Grayscale: #797979. Windows color (decimal): -10256239 or 9535587. OLE color: 9535587.

HSL color Cylindrical-coordinate representation of color #638091: hue angle of 202.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #638091 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 128 145 -
CMYK 0.32 0.12 0 0.43
HSL 202.17º 0.19% 0.48% -
HSV(B) 202.17º 0.32% 0.57% -
XYZ 17.98 20.14 29.73 -
YUV 121.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 99 128 145 0.32 0.12 0 0.43 202.17 0.19 0.48
Hex 63 80 91 20 C 0 2B CA 13 30
Octal 143 200 221 40 14 0 53 312 23 60
Binary 1100011 10000000 10010001 100000 1100 0 101011 11001010 10011 110000

Color Harmonies of #638091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638091

Black with #638091

Text Example


Text Example

White with #638091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638091; }

 p { color: rgb(99,128,145); }

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

background-color css

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

 a { background-color: rgb(99,128,145); }

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

border-color css

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

 span { border-color: rgb(99,128,145); }

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