Html Css Color HEX #698290 Lynch

📋 copy color: '#698290'

red 105 ◦ green 130 ◦ blue 144

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

Shades of Lynch #698290

Tints of Lynch #698290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

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

R = 27.7%
G = 34.3%
B = 37.99%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#698290 (or 0x698290) is known color: Lynch. HEX triplet: 69, 82 and 90. RGB value is (105,130,144). Sum of RGB (Red+Green+Blue) = 105+130+144=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #698290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698290 is #967D6F. Grayscale: #7C7C7C. Windows color (decimal): -9862512 or 9470569. OLE color: 9470569.

HSL color Cylindrical-coordinate representation of color #698290: hue angle of 201.54º 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 #698290 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 130 144 -
CMYK 0.27 0.10 0 0.44
HSL 201.54º 0.16% 0.49% -
HSV(B) 201.54º 0.27% 0.56% -
XYZ 18.84 20.98 29.44 -
YUV 124.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 105 130 144 0.27 0.10 0 0.44 201.54 0.16 0.49
Hex 69 82 90 1B A 0 2C CA 10 31
Octal 151 202 220 33 12 0 54 312 20 61
Binary 1101001 10000010 10010000 11011 1010 0 101100 11001010 10000 110001

Color Harmonies of #698290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698290

Black with #698290

Text Example


Text Example

White with #698290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698290; }

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

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

background-color css

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

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

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

border-color css

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

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

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