Html Css Color HEX #668290 Lynch

📋 copy color: '#668290'

red 102 ◦ green 130 ◦ blue 144

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

Shades of Lynch #668290

Tints of Lynch #668290

RGB

 RED value IS 102 (40.23% from 255) = 27.13%

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

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

R = 27.13%
G = 34.57%
B = 38.3%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#668290 (or 0x668290) is known color: Lynch. HEX triplet: 66, 82 and 90. RGB value is (102,130,144). Sum of RGB (Red+Green+Blue) = 102+130+144=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #668290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668290 is #997D6F. Grayscale: #7B7B7B. Windows color (decimal): -10059120 or 9470566. OLE color: 9470566.

HSL color Cylindrical-coordinate representation of color #668290: hue angle of 200º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668290 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 130 144 -
CMYK 0.29 0.10 0 0.44
HSL 200º 0.17% 0.48% -
HSV(B) 200º 0.29% 0.56% -
XYZ 18.5 20.8 29.43 -
YUV 123.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 102 130 144 0.29 0.10 0 0.44 200 0.17 0.48
Hex 66 82 90 1D A 0 2C C8 11 30
Octal 146 202 220 35 12 0 54 310 21 60
Binary 1100110 10000010 10010000 11101 1010 0 101100 11001000 10001 110000

Color Harmonies of #668290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668290

Black with #668290

Text Example


Text Example

White with #668290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668290; }

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

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

background-color css

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

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

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

border-color css

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

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

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