#667884

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

Shades of Lynch #667884

Tints of Lynch #667884

Color information

#667884 (or 0x667884) is unknown color: approx Lynch. HEX triplet: 66, 78 and 84. RGB value is (102,120,132). Sum of RGB (Red+Green+Blue) = 102+120+132=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #667884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667884 is #99877B. Grayscale: #737373. Windows color (decimal): -10061692 or 8681574. OLE color: 8681574.

HSL color Cylindrical-coordinate representation of color #667884: hue angle of 204º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667884 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102120132-
CMYK0.230.0900.48
HSL204º12.82%45.88%-
HSV(B)204º22.73%51.76%-
XYZ16.3617.9224.43-
YUV115.99137.04118.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=28.81%
G=33.90%
B=37.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021201320.230.0900.4820412.8245.88
Hex667884179030ccd2e
Octal14617020427110603141556
Binary11001101111000100001001011110010110000110011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667884; }

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

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

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

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

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

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

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

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