#668291

Color #668291 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #668291

Tints of Lynch #668291

Color information

#668291 (or 0x668291) is unknown color: approx Lynch. HEX triplet: 66, 82 and 91. RGB value is (102,130,145). Sum of RGB (Red+Green+Blue) = 102+130+145=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #668291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668291 is #997D6E. Grayscale: #7B7B7B. Windows color (decimal): -10059119 or 9536102. OLE color: 9536102.

HSL color Cylindrical-coordinate representation of color #668291: hue angle of 200.93º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668291 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102130145-
CMYK0.300.1000.43
HSL200.93º17.41%48.43%-
HSV(B)200.93º29.66%56.86%-
XYZ18.5720.8329.83-
YUV123.34140.22112.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=27.06%
G=34.48%
B=38.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021301450.300.1000.43200.9317.4148.43
Hex6682911EA02Bc91130
Octal14620222136120533112160
Binary1100110100000101001000111110101001010111100100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668291; }

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

 H1.HeaderClassName
 {
   color: #668291;
 }
 .AnyTagClassName
 {
   color: #668291;
 }
</style>
background-color css

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

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

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

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

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

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