Html Css Color HEX #698090 Lynch

📋 copy color: '#698090'

red 105 ◦ green 128 ◦ blue 144

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

Shades of Lynch #698090

Tints of Lynch #698090

RGB

 RED value IS 105 (41.41% from 255) = 27.85%

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

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

R = 27.85%
G = 33.95%
B = 38.2%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#698090 (or 0x698090) is known color: Lynch. HEX triplet: 69, 80 and 90. RGB value is (105,128,144). Sum of RGB (Red+Green+Blue) = 105+128+144=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #698090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698090 is #967F6F. Grayscale: #7A7A7A. Windows color (decimal): -9863024 or 9470057. OLE color: 9470057.

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

Color convert

RGB 105 128 144 -
CMYK 0.27 0.11 0 0.44
HSL 204.62º 0.16% 0.49% -
HSV(B) 204.62º 0.27% 0.56% -
XYZ 18.58 20.46 29.35 -
YUV 122.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 105 128 144 0.27 0.11 0 0.44 204.62 0.16 0.49
Hex 69 80 90 1B B 0 2C CD 10 31
Octal 151 200 220 33 13 0 54 315 20 61
Binary 1101001 10000000 10010000 11011 1011 0 101100 11001101 10000 110001

Color Harmonies of #698090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698090

Black with #698090

Text Example


Text Example

White with #698090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698090; }

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

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

background-color css

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

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

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

border-color css

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

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

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