#667883

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

Shades of Lynch #667883

Tints of Lynch #667883

Color information

#667883 (or 0x667883) is unknown color: approx Lynch. HEX triplet: 66, 78 and 83. RGB value is (102,120,131). Sum of RGB (Red+Green+Blue) = 102+120+131=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #667883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667883 is #99877C. Grayscale: #737373. Windows color (decimal): -10061693 or 8616038. OLE color: 8616038.

HSL color Cylindrical-coordinate representation of color #667883: hue angle of 202.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667883 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB102120131-
CMYK0.220.0800.49
HSL202.76º12.45%45.69%-
HSV(B)202.76º22.14%51.37%-
XYZ16.2917.924.07-
YUV115.87136.54118.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=28.90%
G=33.99%
B=37.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021201310.220.0800.49202.7612.4545.69
Hex667883168031cbc2e
Octal14617020326100613131456
Binary11001101111000100000111011010000110001110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667883; }

 p { color: rgb(102,120,131); }

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

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

 a { background-color: rgb(102,120,131); }

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

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

 span { border-color: rgb(102,120,131); }

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